Skip to content

Commit e3f2794

Browse files
committed
added gradle test failures logging
1 parent c30aa0e commit e3f2794

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jacocoTestReport {
2121
}
2222
}
2323

24+
test {
25+
testLogging {
26+
events "failed"
27+
exceptionFormat "full"
28+
}
29+
}
30+
2431
repositories {
2532
mavenCentral()
2633
}

0 commit comments

Comments
 (0)