是否可以将Parasoft SOA webservices测试与Jenkins集成?
我创建了一个最新的项目来测试我的webservices。我希望它能够在每个构建中通过Jenkins自动运行最好的脚本。我们有什么方法可以执行这项任务吗?
我希望你们能理解这个问题
提前谢谢!
答案 0 :(得分:1)
如果您的许可证允许,您可以使用soatestcli在Jenkins shell或批量构建步骤中运行测试。正常的语法是
soatestcli -data absolutePathToYourWorkspace -config 'user://YourTestConfigurationName' -resource YourProject/YourTestFile.tst -report .
您还可以使用HTML Publisher插件或DocLinks插件将report.html发布到Jenkins。