Forum Discussion
sasubashri
8 years agoNew Contributor
so my use case:
- The app I am testing is based on microservices architecture. Currently we have around 35 services (this will increase)that have to be tested.
- So we have 35 separate ready api composite projects that have tests.
- We want to run regression any time there is a change in the app, and want to minimize the time to run regression.
So I want to explore the option of running composite projects in parallel.
Thanks
sanj
8 years agoSuper Contributor
Have them on CI using Jenkins and run what you need.
This would be visa commandkin
Or create your own runner to run them in parallel
- sasubashri8 years agoNew Contributor
Can you please give me some pointers on how I can proceed to write my own runner?
- sanj8 years agoSuper Contributor
this may have what you need
https://www.soapui.org/extension-plugins/old-style-extensions/developing-old-style-extensions.html