diff --git a/pom.xml b/pom.xml index 2550a58..9a91df3 100644 --- a/pom.xml +++ b/pom.xml @@ -129,9 +129,16 @@ 5.4.0 test - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.0 + + + + \ No newline at end of file diff --git a/src/test/resources/junit-platform.properties b/src/test/resources/junit-platform.properties index aa51b35..3e50eec 100644 --- a/src/test/resources/junit-platform.properties +++ b/src/test/resources/junit-platform.properties @@ -1 +1,5 @@ -cucumber.publish.quiet=true \ No newline at end of file +cucumber.publish.quiet=true +junit.jupiter.execution.parallel.enabled=true +junit.jupiter.execution.parallel.mode.default=concurrent +junit.jupiter.execution.parallel.config.strategy=fixed +junit.jupiter.execution.parallel.config.fixed.parallelism=6 \ No newline at end of file