Forum Discussion
nmrao
Champion Level 1
8 years agoWhat is your use case?
How about running them in multiple commandline using testrunner utility?
How about running them in multiple commandline using testrunner utility?
- sasubashri8 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
- sanj8 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?