Skip to content

Commit 862501f

Browse files
committed
attempt to have gradle log more stuff about tests
1 parent 1d5bb74 commit 862501f

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
@@ -44,6 +44,13 @@ dependencies {
4444

4545
test {
4646
useJUnitPlatform()
47+
testLogging {
48+
events "started", "passed", "skipped", "failed"
49+
exceptionFormat "full"
50+
showExceptions true
51+
showCauses true
52+
showStackTraces true
53+
}
4754
}
4855

4956
spotless {

0 commit comments

Comments
 (0)