Skip to content

Instantly share code, notes, and snippets.

@cesarferreira
Forked from artem-zinnatullin/build.gradle
Last active August 29, 2015 14:24
Show Gist options
  • Save cesarferreira/905e34b6f4d91139dbd9 to your computer and use it in GitHub Desktop.
Save cesarferreira/905e34b6f4d91139dbd9 to your computer and use it in GitHub Desktop.
android {
// ...
testOptions.unitTests.all {
testLogging {
events 'passed', 'skipped', 'failed', 'standardOut', 'standardError'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment