SanketSarode
3 years agoNew Contributor
how to run test suite for all environments one after another
Hello, how can we run test suite that is configured for some environments, i.e. CI, INT and I want to run my test suite in all the environments one after the another without manual intervention....?
- 3 years ago
You might be able to write a groovy script that gets the collection of environment names, and loops through them. As it does so, it could run the test suite in each environment as it goes through the list. Would that be sufficient?