Skip to content

Commit

Permalink
Output of test results in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragin-LundF committed Apr 30, 2020
1 parent bb1c68c commit bc75c2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'groovy'
id 'com.adarshr.test-logger' version '2.0.0'
}

group 'de.lundf'
Expand Down Expand Up @@ -43,4 +44,7 @@ dependencies {

test {
useJUnitPlatform()
testlogger {
theme 'standard-parallel' // task level
}
}

0 comments on commit bc75c2f

Please sign in to comment.