Skip to content

Commit e08637f

Browse files
committed
adds detailed logs
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent ce4880c commit e08637f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ subprojects {
137137
test {
138138
useJUnitPlatform()
139139
testLogging {
140-
events "FAILED"
140+
events "STARTED", "PASSED", "SKIPPED", "FAILED"
141141
showExceptions true
142142
exceptionFormat "FULL"
143143
stackTraceFilters "ENTRY_POINT"

0 commit comments

Comments
 (0)