Created
December 9, 2015 06:05
-
-
Save up1/7e8df622396a3eeb9526 to your computer and use it in GitHub Desktop.
Gradle :: Show log of unit test
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
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