Skip to content

Commit bada4fe

Browse files
committed
add more data about failures in junit
1 parent 9afa098 commit bada4fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ test {
5757
ignoreFailures = true
5858
useJUnitPlatform()
5959
jvmArgs = [ "-javaagent:${configurations.agent.singleFile}" ]
60+
testLogging {
61+
events "failed"
62+
exceptionFormat "full"
63+
}
6064
}

0 commit comments

Comments
 (0)