You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sree09 <sr...@gmail.com> on 2016/02/16 12:18:18 UTC

Unable to execute tests in parallel using surefire plugin

Hi, 
Need your help as i have been struggling with parallel execution using
maven. i am trying to run Testng tests in parallel, maven V3.3.9,
maven-surefire-plugin V2.18.1, with the below configuration
<suiteXmlFiles>
  <suiteXmlFile>testng.xml</suiteXmlFile>
</suiteXmlFiles>
<parallel>classes</parallel>
<suitethreadpoolsize>10</suitethreadpoolsize>
or <threadCount>10</threadCount>

But, tests aren't running in parallel. Need your inputs to figure out where
i might be wrong.




--
View this message in context: http://maven.40175.n5.nabble.com/Unable-to-execute-tests-in-parallel-using-surefire-plugin-tp5862392.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org