Skip to content

Commit 35ce7c1

Browse files
authored
fix run tests for junit 5.14.3 (via #1265)
1 parent d2c7b0c commit 35ce7c1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

allure-hamcrest/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212
testImplementation("org.slf4j:slf4j-simple")
1313
testImplementation(project(":allure-java-commons-test"))
1414
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
15+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1516
}
1617

1718
tasks.jar {

allure-karate/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
testImplementation("org.slf4j:slf4j-simple")
2424
testImplementation(project(":allure-java-commons-test"))
2525
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
26+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2627
}
2728

2829
tasks.jar {

0 commit comments

Comments
 (0)