Hi,
I want to execute in parallel the 2 TestNG suites.Actually with this config the 
first suite is executed and then the second suite.I have tried with 
<suitethreadpoolsize>2</suitethreadpoolsize> but no change.
I have searched but I didn't find a solution.Could you explain me how to do 
that?
<plugin>  <groupId>org.apache.maven.plugins</groupId>  
<artifactId>maven-surefire-plugin</artifactId>  <version>2.18.1</version>  
<configuration>    <suitethreadpoolsize>2</suitethreadpoolsize>      
<suiteXmlFiles>  <suiteXmlFile>testng_1.xml</suiteXmlFile>       
<suiteXmlFile>testng_2.xml</suiteXmlFile>      </suiteXmlFiles>  
</configuration></plugin>                                        

Reply via email to