Hi

I am having a surefire configuration like below

<configuration>
 <forkCount>2</forkCount>
 <reuseForks>true</reuseForks>
<perCoreThreadCount>false</perCoreThreadCount>
<parallel>suitesAndClasses</parallel>
</configuration>

In a multimodule maven project if I am executing mvn test -T 5 then how
does parallelism work here? Will it be that in surefire fork1 5 tests
classes will be running in parallel and same in fork2?

Maven Version 3.8.4
Surefire version 3.0.0-M6

Reply via email to