Skip to content

Commit

Permalink
e - Oppdatering av gradle-test-logger-plugin:3.2.0, og bytter fra tes…
Browse files Browse the repository at this point in the history
…tlogging til testlogger
  • Loading branch information
dskarpas committed Oct 12, 2023
1 parent f4f827b commit dec8c26
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions buildSrc/ep-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.5.0.2730"
classpath "se.patrikerdes:gradle-use-latest-versions-plugin:0.2.18"
classpath "org.owasp:dependency-check-gradle:8.1.0"
classpath "com.adarshr:gradle-test-logger-plugin:3.2.0"
classpath "com.adarshr:gradle-test-logger-plugin:4.0.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
}
Expand Down Expand Up @@ -72,9 +72,10 @@ compileTestKotlin {
test {
useJUnitPlatform()
failFast = true
testLogging {
exceptionFormat "full"
showStandardStreams false
testlogger {
theme 'mocha' // task level
showFullStackTraces true
slowThreshold 5000 //Tests that are too slow will have their duration logged.
}
}

Expand Down

0 comments on commit dec8c26

Please sign in to comment.