Skip to content

Task method log is not useful #218

Description

@CristianGM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions