Skip to content

Task method log is not useful #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CristianGM opened this issue Apr 22, 2020 · 0 comments
Closed

Task method log is not useful #218

CristianGM opened this issue Apr 22, 2020 · 0 comments

Comments

@CristianGM
Copy link

Using strikt-gradle 0.24.0

A test like:

expectThat(build) {
  task(":jacocoTestReport").isNotNull().isSuccess()
  task(":check").isNotNull().isSuccess()
}

Has a result like:

▼ task path:
✓ is not null
✓ outcome is SUCCESS
▼ task path:
✗ is not null

I would expect to see the task path I'm checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant