From bfa428ded4677a09a9e200c7aeab1f7ba82b5221 Mon Sep 17 00:00:00 2001 From: long76 <18124433+long76@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:21:46 +0300 Subject: [PATCH] fix run tests for junit 5.14.3 --- allure-hamcrest/build.gradle.kts | 1 + allure-karate/build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/allure-hamcrest/build.gradle.kts b/allure-hamcrest/build.gradle.kts index 6b0e5dd3a..3817ab48c 100644 --- a/allure-hamcrest/build.gradle.kts +++ b/allure-hamcrest/build.gradle.kts @@ -12,6 +12,7 @@ dependencies { testImplementation("org.slf4j:slf4j-simple") testImplementation(project(":allure-java-commons-test")) testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") + testRuntimeOnly("org.junit.platform:junit-platform-launcher") } tasks.jar { diff --git a/allure-karate/build.gradle.kts b/allure-karate/build.gradle.kts index 3a2c1ea7b..18c7b4e0c 100644 --- a/allure-karate/build.gradle.kts +++ b/allure-karate/build.gradle.kts @@ -23,6 +23,7 @@ dependencies { testImplementation("org.slf4j:slf4j-simple") testImplementation(project(":allure-java-commons-test")) testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") + testRuntimeOnly("org.junit.platform:junit-platform-launcher") } tasks.jar {