无法使用testng和maven surefire插件并行执行测试

时间:2016-02-16 12:25:45

标签: maven testing parallel-processing maven-surefire-plugin

需要你的帮助,因为我一直在努力使用maven进行并行执行。我试图并行运行Testng测试,maven V3.3.9,maven-surefire-plugin V2.18.1,具有以下配置。

<suiteXmlFiles>
  <suiteXmlFile>testng.xml</suiteXmlFile>
</suiteXmlFiles>
<parallel>classes</parallel>
<threadCount>10</threadCount>

并尝试了<suitethreadpoolsize>10</suitethreadpoolsize>

但是,测试不是并行运行的。我已经广泛搜索了两天但是无法使它正常工作。尝试了谷歌上提供的所有建议!!需要你的输入来找出我可能出错的地方。

0 个答案:

没有答案