Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created July 11, 2016 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mplacona/fa921b4ed41170b1a67cd4446e9b9319 to your computer and use it in GitHub Desktop.
Save mplacona/fa921b4ed41170b1a67cd4446e9b9319 to your computer and use it in GitHub Desktop.
// Add nice events to unit test results
// Just put it on the top level of your gradle module
tasks.matching {it instanceof Test}.all {
testLogging.events = ["failed", "passed", "skipped"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment