From a8288e9f46fd016ea91e9b4d3c51eed595367152 Mon Sep 17 00:00:00 2001 From: Benjamin Bischoff <5775857+bischoffdev@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:12:02 +0100 Subject: [PATCH] Update README.md (#2827) Added Cucable to JUnit platform engine readme --- cucumber-junit-platform-engine/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cucumber-junit-platform-engine/README.md b/cucumber-junit-platform-engine/README.md index fd2e09678b..6f2b0e3084 100644 --- a/cucumber-junit-platform-engine/README.md +++ b/cucumber-junit-platform-engine/README.md @@ -26,6 +26,7 @@ Maven, Surefire and Gradle do not yet support discovery of non-class based tests * the [JUnit Platform Suite Engine](https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine); * the [JUnit Platform Console Launcher](https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher) or; * the [Gradle Cucumber-Companion](https://github.com/gradle/cucumber-companion) plugins for Gradle and Maven. + * the [Cucable](https://github.com/trivago/cucable-plugin) plugin for Maven. ### Use the JUnit Platform Suite Engine