diff --git a/documentation/src/docs/asciidoc/user-guide/running-tests.adoc b/documentation/src/docs/asciidoc/user-guide/running-tests.adoc index 1878fcfba14a..d1bddf7e6dfc 100644 --- a/documentation/src/docs/asciidoc/user-guide/running-tests.adoc +++ b/documentation/src/docs/asciidoc/user-guide/running-tests.adoc @@ -240,7 +240,7 @@ native support instead. ==== Starting with https://issues.apache.org/jira/browse/SUREFIRE-1330[version 2.22.0], Maven -Surefire provides +Surefire and Maven Failsafe provide http://maven.apache.org/surefire/maven-surefire-plugin/examples/junit-platform.html[native support] for executing tests on the JUnit Platform. The `pom.xml` file in the `{junit5-jupiter-starter-maven}` project demonstrates how to use it and can serve as a @@ -265,6 +265,10 @@ following. maven-surefire-plugin {surefire-version} + + maven-failsafe-plugin + {surefire-version} + ... @@ -301,6 +305,10 @@ implementation similar to the following. maven-surefire-plugin {surefire-version} + + maven-failsafe-plugin + {surefire-version} + ...