Skip to content

Instantly share code, notes, and snippets.

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