Skip to content

Commit

Permalink
Reference Gradle's Cucumber-Companion plugins (#2823)
Browse files Browse the repository at this point in the history
Co-authored-by: M.P. Korstanje <rien.korstanje@gmail.com>
  • Loading branch information
skuzzle and mpkorstanje committed Dec 4, 2023
1 parent 42dbaee commit 854394d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cucumber-junit-platform-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ and execute Cucumber scenarios.
Maven, Surefire and Gradle do not yet support discovery of non-class based tests
(see: [gradle/#4773](https://github.com/gradle/gradle/issues/4773),
[SUREFIRE-1724](https://issues.apache.org/jira/browse/SUREFIRE-1724)). As a
workaround, you can either use the
[JUnit Platform Suite Engine](https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine)
or the [JUnit Platform Console Launcher](https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher).
workaround, you can either use:
* 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.

### Use the JUnit Platform Suite Engine

Expand Down

0 comments on commit 854394d

Please sign in to comment.