We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c7b0c commit 35ce7c1Copy full SHA for 35ce7c1
2 files changed
allure-hamcrest/build.gradle.kts
@@ -12,6 +12,7 @@ dependencies {
12
testImplementation("org.slf4j:slf4j-simple")
13
testImplementation(project(":allure-java-commons-test"))
14
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
15
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
16
}
17
18
tasks.jar {
allure-karate/build.gradle.kts
@@ -23,6 +23,7 @@ dependencies {
23
24
25
26
27
28
29
0 commit comments