SoapUI NG Pro integration with Jenkins?
Ok, so I'm facing a SNI problem: opensource SoapUI 5.2.1 refuses to send Extension server_name in the SSL handshake and as a result I get SSLHandshakeException.
I did a bit of digging and opensource SoapUI 5.2.2 might have a fix for SNI - but I just can't find it at the official com.smartbear.soapui Maven repository, opensource SoapUI v5.2.2 is there at the github though but I can't seem to build it... SO with all that unnecessary hassle I've decided to give SoapUI NG Pro a go: but I don't get it how do I integrate your new fancy SoapUI NG Pro with Jenkins?
Apart from shiny advertisement and happy-happy sales pitches I could find almost 0 information on actual Jenkins integration!
Oh, I did find "Ready-API-jenkins-plugin" and that didn't work - did it mean to? According to that plugin description it's meant to run mockups and not SoapUI tests ?!!
PS
...All I really need is a version of SoapUI which supports SNI (sends Extension server_name in the SSL handshake)
and has a well documented (not well advertised) way of integrating with Jenkins
1) Here's the link to documentation on integrating your Ready! API Projects with Maven.
2) The Jenkins Plugin only supports ServiceV at the moment, yes. It will not assist with the execution of functional tests.
3) If you're using Maven, you won't need to use the TestRunner. Information on Maven integration was provided in answer 1).Thank you, SmartBearAmber - exactly what I was looking for