Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created October 19, 2015 08:56
Show Gist options
  • Save kdabir/a6ea0f026e73d8f79549 to your computer and use it in GitHub Desktop.
Save kdabir/a6ea0f026e73d8f79549 to your computer and use it in GitHub Desktop.
Instead of having to open a report html file, it is desirable to see them in console. source: http://stackoverflow.com/questions/28614865/how-to-read-test-result-reports-on-travis-ci?lq=1
test {
testLogging {
events "failed"
exceptionFormat "short"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment