Skip to content

Commit

Permalink
added printing of stacktrace in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Apr 17, 2024
1 parent d9fe720 commit 327aa57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ test {
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
testLogging {
events 'PASSED', 'FAILED', 'SKIPPED'
exceptionFormat = 'full'
showStackTraces = true
}
}

Expand Down

0 comments on commit 327aa57

Please sign in to comment.