File tree Expand file tree Collapse file tree 15 files changed +17
-6
lines changed
Expand file tree Collapse file tree 15 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
1919 testImplementation ' io.cucumber:cucumber-junit-platform-engine'
2020 testImplementation ' org.testcontainers:selenium'
2121 testImplementation ' org.assertj:assertj-core:3.26.3'
22+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
2223}
2324
2425test {
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1313 testImplementation ' org.assertj:assertj-core:3.26.3'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1516}
1617
1718test {
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ dependencies {
1414 testImplementation ' com.google.guava:guava:23.0'
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
17+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1719}
1820
1921test {
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies {
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
1818 testImplementation ' org.awaitility:awaitility:4.2.2'
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1920}
2021
2122test {
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies {
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
16+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1617}
1718
1819test {
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ dependencies {
1212 testImplementation ' org.testcontainers:neo4j'
1313 testImplementation ' org.testcontainers:junit-jupiter'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1516}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1313 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
1414 testImplementation ' io.rest-assured:rest-assured:5.5.0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1516}
1617
1718test {
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies {
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
1717 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1818 testImplementation ' org.assertj:assertj-core:3.26.3'
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1920}
2021
2122test {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 testImplementation ' org.testcontainers:selenium'
1818 testImplementation ' org.testcontainers:junit-jupiter'
1919 testImplementation ' org.assertj:assertj-core:3.26.3'
20- testImplementation ' org.junit.jupiter :junit-jupiter:5.11.0 '
20+ testRuntimeOnly " org.junit.platform :junit-platform-launcher:1.8.2 "
2121}
2222
2323test {
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
1212 testImplementation ' org.assertj:assertj-core:3.26.3'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1516}
1617
1718test {
You can’t perform that action at this time.
0 commit comments