How to integrate soapUI with Jenkins?

后端 未结 5 1349
滥情空心
滥情空心 2020-12-22 18:25

Anyone know a good way to add soapUI tests to my CI builds ?

5条回答
  •  一生所求
    2020-12-22 18:41

    I use the soapui-extension maven plugin - It is much better than the official Maven plugin. It's just the matter of configuring it to produce JUnit style results so that jenkins can pick them up.

提交回复
热议问题