Skip to content

Commit 437bb3a

Browse files
authored
[JUnit] Add explicit version attribute
Maven defaults to `maven-surefire-plugin:2.12.4` which doesn't support parallel execution yet.
1 parent f0288b3 commit 437bb3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

junit/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Cucumber JUnit supports parallel execution of feature files across multiple thre
7373
<plugins>
7474
<plugin>
7575
<artifactId>maven-surefire-plugin</artifactId>
76+
<version>${maven-surefire-plugin.version}</version> <!-- Use 2.22.1 or higher -->
7677
<configuration>
7778
<parallel>both</parallel>
7879
<threadCount>4</threadCount>

0 commit comments

Comments
 (0)