File tree Expand file tree Collapse file tree 15 files changed +29
-1
lines changed Expand file tree Collapse file tree 15 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ dependencies {
1919 testImplementation ' io.cucumber:cucumber-junit-platform-engine'
2020 testImplementation ' org.testcontainers:selenium'
2121 testImplementation ' org.assertj:assertj-core:3.26.3'
22+
23+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
2224}
2325
2426test {
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ 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+
16+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1517}
1618
1719test {
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+
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1719}
1820
1921test {
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ 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+
20+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1921}
2022
2123test {
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ 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+
17+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1618}
1719
1820test {
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ dependencies {
1212 testImplementation ' org.testcontainers:neo4j'
1313 testImplementation ' org.testcontainers:junit-jupiter'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
15+
16+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1517}
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ 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+
16+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1517}
1618
1719test {
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ 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+
20+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1921}
2022
2123test {
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ dependencies {
1818 testImplementation ' org.testcontainers:junit-jupiter'
1919 testImplementation ' org.assertj:assertj-core:3.26.3'
2020 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0'
21+
22+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
2123}
2224
2325test {
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ 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+
16+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1517}
1618
1719test {
You can’t perform that action at this time.
0 commit comments