An opinionated Gradle plugin to make it slightly nicer to read test results.
The plugin adds the following functionality:
-
Always prints out full stacktraces.
-
Always report test failure events.
-
Prints a summary of test results for a project. At lifecycle and above, shows the total number of tests run and the number of failing tests. At the default logging level and above.
Apply the plugin with the standard [Gradle plugin convention]:
plugins {
id "com.github.show-test-runs" version "<current version>"
}
This plugin is not configurable.
This plugin is made available under the MIT License.