Script to start mocks on a single click?
Hi all
In our project file we have defined a couple of "surrounding" systems and also defined mocks for these, so that we can test our application even in absence of these systems.
I am now seeking a possibility to start ALL these mocks (we have about 10 of them) with one click, because the process to right-click on each of them and select "start minimized" is a bit tedious (to state that friendly).
Now - I am aware of the LoadScript option (as described e.h. here: https://community.smartbear.com/t5/SoapUI-Open-Source/Start-mock-service-on-SOAPUI-startup/m-p/4462#M2242), but in our case we do NOT want to automatically start these mocks each time we load the project (and esp. we don't want to start them "headless", i.e. without any optical clue that they are running which IMHO is a major design flaw of that feature!).
Is there a possibility or some suggested location to have that script stored somewhere within the project so that one can trigger it manually when needed but NOT have it executed automatically at startup?