Skip to content

Instantly share code, notes, and snippets.

@lwasyl

lwasyl/output Secret

Last active January 1, 2021 20:34
Show Gist options
  • Save lwasyl/19fa336b55c09733e4051312eac1b9ad to your computer and use it in GitHub Desktop.
Save lwasyl/19fa336b55c09733e4051312eac1b9ad to your computer and use it in GitHub Desktop.
[Final output] #loggingpost
▶ ./gradlew test
> Configure project :app
> Task app:test
com.example.app.tests.SomeTestClass > aPassingTest1 FAILED
java.lang.IllegalStateException
at com.example.app.tests.SomeTestClass.aPassingTest1(SomeTestClass.kt:9)
14 tests completed, 1 failed
There were failing tests. See the report at: file:///Users/wasyl/projects/builds/example/app/reports/tests/test/index.html
BUILD SUCCESSFUL in 18s
13 actionable tasks: 4 executed, 9 up-to-date
┌──────────────────────────────────────────────────────────────────────────────────────────┐
│app:test results: FAILURE (14 tests, 13 successes, 1 failures, 0 skipped) in 0.629 seconds│
│Report file: /Users/wasyl/projects/builds/example/app/reports/tests/test/index.html │
└──────────────────────────────────────────────────────────────────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment