Skip to content

Gradle plugin to display more information about tests as they run and complete

License

Notifications You must be signed in to change notification settings

swanysimon/gradleShowTestRunsPlugin

Repository files navigation

Show Test Runs

An opinionated Gradle plugin to make it slightly nicer to read test results.

The plugin adds the following functionality:

  1. Always prints out full stacktraces.

  2. Always report test failure events.

  3. 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.

Installation

Apply the plugin with the standard [Gradle plugin convention]:

plugins {
    id "com.github.show-test-runs" version "<current version>"
}

Configuration

This plugin is not configurable.

License

This plugin is made available under the MIT License.

About

Gradle plugin to display more information about tests as they run and complete

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages