Skip to content

Commit 3b97f24

Browse files
committed
added gradle test failures logging
1 parent dc4e876 commit 3b97f24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jacocoTestReport {
2525
}
2626
}
2727

28+
test {
29+
testLogging {
30+
events "failed"
31+
exceptionFormat "full"
32+
}
33+
}
2834

2935
repositories {
3036
mavenCentral()

0 commit comments

Comments
 (0)