Skip to content

Commit

Permalink
AUTH-14
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
AlexOmarov committed Nov 15, 2024
1 parent 441a233 commit 0812fd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions auth-service-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -61,6 +61,17 @@ tasks {

test {
useJUnitPlatform()
testLogging {
events = setOf(
org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED,
org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED,
org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED,
)
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
showExceptions = true
showCauses = true
showStackTraces = true
}
}
}

0 comments on commit 0812fd5

Please sign in to comment.