Releases: maiflai/gradle-scalatest
Releases · maiflai/gradle-scalatest
Support --no-color | --console=plain
Thanks to @docent666.
0.6-5-g9065d91
Tests now correctly detected:
- when the project has spaces in the name
- when the task includes them by tag
0.6-2-g0c70497
- As 0.6, but also published to Maven Central
0.6
0.5
0.4
Mimic the behaviour of the default Gradle Test Task: display progress to the command line.
For example:
:test
Discovery starting.
Discovery completed in 204 milliseconds.
Run starting. Expected test count is: 3
YourSpec:
- test1 (24 milliseconds)
- test2 (1 millisecond)
- test3 (0 milliseconds)
Run completed in 431 milliseconds.
Total number of tests run: 3
Suites: completed 2, aborted 0
Tests: succeeded 3, failed 0, canceled 0, ignored 0, pending 0
All tests passed.
BUILD SUCCESSFUL