Skip to content

Commit c1188e2

Browse files
committed
Add more output when running the tests via gradle
1 parent 19fd369 commit c1188e2

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
@@ -158,6 +158,10 @@ tasks.withType(Test) {
158158
dependsOn(':test-app:shadowJar')
159159
useJUnitPlatform()
160160
outputs.upToDateWhen {false}
161+
162+
testLogging {
163+
events "STARTED", "PASSED", "FAILED", "SKIPPED", "STANDARD_OUT", "STANDARD_ERROR"
164+
}
161165
}
162166

163167
task quickTest(type: Test) {

0 commit comments

Comments
 (0)