Skip to content

Instantly share code, notes, and snippets.

@davidliu
Created May 22, 2020 17:39
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 davidliu/5a01024f3186d82fa701c16565b76c27 to your computer and use it in GitHub Desktop.
Save davidliu/5a01024f3186d82fa701c16565b76c27 to your computer and use it in GitHub Desktop.
Log test status
// Test Logging
tasks.withType(Test) {
testLogging {
events "started", "passed", "skipped", "failed"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment