For Android Gradle Files
If you are in the android Gradle file (if apply plugin: 'com.android.application' is at the top of the build.gradle file)
Then paste this into build.gradle
// Test Logging tasks.withType(Test) { testLogging { events "standardOut", "started", "passed", "skipped", "failed" } }
joshuakcockrell Feb 23 '17 at 20:42 on 2017-02-23 20:42
source share