Skip to content

Commit

Permalink
Enable verbose test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Granizo committed Jun 22, 2024
1 parent cf9ce30 commit ebdc67c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ dependencies {
}

test {
useJUnitPlatform()
// Show standard output and error output from tests
testLogging {
events "passed", "skipped", "failed"
exceptionFormat "full"
showCauses true
showExceptions true
showStackTraces true
showStandardStreams = true
}
}


application {
mainClass = 'App'
}

0 comments on commit ebdc67c

Please sign in to comment.