Created
July 11, 2016 21:20
-
-
Save mplacona/fa921b4ed41170b1a67cd4446e9b9319 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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