Skip to content

Commit 0b224c8

Browse files
author
Ivan Carballo
committed
Enable console logs for test results
1 parent 1767caa commit 0b224c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,9 @@ dependencies {
147147
androidTestApt daggerCompiler
148148
}
149149

150+
// Log out test results to console
151+
tasks.matching {it instanceof Test}.all {
152+
testLogging.events = ["failed", "passed", "skipped"]
153+
}
154+
150155

0 commit comments

Comments
 (0)