Skip to content

Commit

Permalink
chore: show full stack trace on test error
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Dec 29, 2023
1 parent 9105921 commit be6eac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ tasks.withType(Test).configureEach {
// set options for log level LIFECYCLE
events 'failed', 'standard_error'
exceptionFormat 'full'
showStackTraces true
}

// always generate reports after tests are run
Expand Down

0 comments on commit be6eac6

Please sign in to comment.