Skip to content

Commit

Permalink
fixup: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Aug 23, 2023
1 parent cb323e4 commit e844a1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@ subprojects {
tasks.named('test') {
// Use junit platform for unit tests.
useJUnitPlatform()
testLogging {
events 'passed', 'skipped', 'failed'
showStandardStreams = true
showExceptions = true
showStackTraces = true
showCauses = true
exceptionFormat "full"
}
}

sourceSets {
Expand Down
13 changes: 13 additions & 0 deletions e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion"
}

tasks.named('test') {
// Use junit platform for unit tests.
useJUnitPlatform()
testLogging {
events 'passed', 'skipped', 'failed'
showStandardStreams = true
showExceptions = true
showStackTraces = true
showCauses = true
exceptionFormat "full"
}
}

0 comments on commit e844a1f

Please sign in to comment.