简体   繁体   English

Maven并行执行SoapUI测试

[英]Executing SoapUI tests in parallel by Maven

Does anybody knows if it's possible to execute SoapUI tests in parallel by Maven? 有人知道Maven是否可以并行执行SoapUI测试? I have a lot of soap tests in my project, it would be great to run them in parallel on Jenkins. 我的项目中有很多肥皂测试,最好在Jenkins上并行运行它们。

In your project turn on parallel test execution. 在您的项目中,打开并行测试执行。 Official documentation is available. 官方文档可用。

In your Maven, configure the soapui-maven-plugin. 在您的Maven中,配置soapui-maven-plugin。 Official documentation is available. 官方文档可用。 Same configuration is for Maven 3 as well. 同样的配置也适用于Maven 3。

Yes it is possible to run SoapUI tests in parallel by Maven. 是的,Maven可以并行运行SoapUI测试。 You need to have the Maven 2 or above version of plugin to able to run SoapUI tests in parallel with Maven. 您需要具有Maven 2或更高版本的插件才能与Maven并行运行SoapUI测试。

Please add the Maven repository to your project or Settings XML file before doing you parallel execution. 在并行执行之前,请将Maven存储库添加到您的项目或Settings XML文件中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM