Hi! Using Strikt 0.24 with strikt-gradle I think t...
# strikt
c
Hi! Using Strikt 0.24 with strikt-gradle I think the errors are not useful, let me explain it 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