将soapUI报告集成到声纳中
我有以下设置。我使用 maven /soapUI maven 插件 /soapUI 在 Web 服务上执行测试。我的目标是在声纳中显示测试结果。由于 Maven 中没有进行真正的构建,因此无需分析声纳(如果我理解正确的话)。是否有可以被声纳重复使用的soapUI报告格式?有没有人有过这样的设置的经验?
谢谢。
I have the following setup. I use maven /soapUI maven plugin /soapUI to execute tests on a webservice. My target is to display the test results in sonar. As there is no real build going on in maven, there is nothing to analyze for sonar (if i understood that correct). Is there a a soapUI report format, that can be reused by sonar? Has anyone made experiences with such a setup?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不尝试从 Junit 运行soapui?
http://www.soapui.org/Test-Automation/integrating-with -junit.html
Maven 将在构建过程中自动运行它们,Sonar 应该正常显示结果。
Why not try and run soapui from Junit?
http://www.soapui.org/Test-Automation/integrating-with-junit.html
Maven will run them automatically as part of the build and Sonar should display the results normally.