You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jerome Thibaud <th...@gmail.com> on 2007/07/14 00:55:07 UTC

surefire plugin: multihtreaded test execution

Hi All,

I've setup my surefire (JUnit) plugin to fork "per test".
Now I wish to parallelize the tests executions.
I see the "parallel" option but I read it's only for TestNG.
Is there a way to have the surefire (JUnit) plugin spawn
the jvms in parallel instead of sequentially?

thanks in advance for your advices

Jerome Thibaud