Forum Discussion

SanketSarode's avatar
SanketSarode
New Contributor
2 years ago
Solved

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....?
  • groovyguy's avatar
    groovyguy
    2 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?