We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0288b3 commit 437bb3aCopy full SHA for 437bb3a
junit/README.md
@@ -73,6 +73,7 @@ Cucumber JUnit supports parallel execution of feature files across multiple thre
73
<plugins>
74
<plugin>
75
<artifactId>maven-surefire-plugin</artifactId>
76
+ <version>${maven-surefire-plugin.version}</version> <!-- Use 2.22.1 or higher -->
77
<configuration>
78
<parallel>both</parallel>
79
<threadCount>4</threadCount>
0 commit comments