kollerkurt
15 years agoNew Contributor
How to stop Mock Services automatically with Maven plugin
Hi,
I am using SoapUI with Maven to automatically start up Mock Services that may be used by objects in my project for testing. The issue is that my project is made of many sub-projects, and the Mock Services are started for each of them individually. After the tests for that project have been run, the Mock Services wait on keyboard input to terminate and move to the next project. Is there any way to skip this step so that the whole Maven build may be run without waiting for any keyboard input?
Thank you!
I am using SoapUI with Maven to automatically start up Mock Services that may be used by objects in my project for testing. The issue is that my project is made of many sub-projects, and the Mock Services are started for each of them individually. After the tests for that project have been run, the Mock Services wait on keyboard input to terminate and move to the next project. Is there any way to skip this step so that the whole Maven build may be run without waiting for any keyboard input?
Thank you!