Skip to content

Commit 8895956

Browse files
committed
increase tests logging verbosity
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent d16d42b commit 8895956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ subprojects {
153153
test {
154154
useJUnitPlatform()
155155
testLogging {
156-
events "FAILED"
156+
events "PASSED", "FAILED"
157157
showExceptions true
158+
showCauses true
158159
exceptionFormat "FULL"
159160
stackTraceFilters "ENTRY_POINT"
160161
maxGranularity 3

0 commit comments

Comments
 (0)