- It is not possible to do this.
- Implement the JUnit dependency and add a configuration that sets the parallel element to true.
- Specify the Maven Surefire Plugin and add a configuration that sets the parallel element to true.
- Move each test suite into a separate submodule.
How can you use Maven to run unit tests in parallel?
June 25, 2021June 25, 2021
0 Comment