是否有可能将Parasoft SOA SOA服务测试与Jenkins集成?
我创建了一个soatest项目来测试我的test服务。我希望它能够在每次构建中通过Jenkins自动运行soatest脚本。我们有什么可能完成这个任务吗?
我希望你们能理解这个问题
提前谢谢你!
发布于 2014-11-07 01:08:33
如果许可证允许,您可以使用soatestcli在Jenkins shell或批生成步骤中运行测试。通常的语法是
soatestcli -data absolutePathToYourWorkspace -config 'user://YourTestConfigurationName' -resource YourProject/YourTestFile.tst -report .
您还可以使用HTML发布者插件或DocLinks插件将您的report.html发布到Jenkins。
https://stackoverflow.com/questions/26674229
相似问题