Skip to content

Commit

Permalink
Add test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Jan 28, 2025
1 parent d5d6e4f commit 190081c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@ dependencies {

tasks.withType<Test> {
useJUnitPlatform()
testLogging {
showStandardStreams = true
events("passed", "skipped", "failed")
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
}
}

0 comments on commit 190081c

Please sign in to comment.