Ability to use maven surfing SOAP plugin to test SOAP web services

I have a problem using a maven surf plugin to test SOAP web services. What do I need to test if this plugin can be used while testing web services in a CI environment. Any suggestions are greatly appreciated.

Thanks a lot for your comments and feedback.

+3


source to share


1 answer


Take a look at Karate , which integrates seamlessly into a standard Java / Maven project. In fact, you can create a standard JUnit XML report format that most CI tools understand. Or you have the option to integrate third party reports through Maven. Test execution is done through the Maven surefire plugin.

And yes, Karate has great SOAP and XML support.



Disclaimer: I am a developer.

+1


source







All Articles