Hello! We would like to batch test our test scenarios on different environments. However on the batch test screen where you can select the scenarios there is no way to change the environment. The documentation suggests to create scenario instances with the correct environment settings, and then you can use those in the batch run.
However we have no option in the test scenario editing to save it as an instance. There is smply no such button and option which the documentation suggests.
We are using the latest desktop version Apidog 2.5.0
Are we missing something?
the use case is the following:
Our APIs have to pass testing on a number of environments before they are released to the final PROD environment.
Thus we first test them on DEV, then they get deployed to INT, tested again, then to TP, tested there as well, and finally to PROD.
We want to run the same test scenarios on each environment.
PS: In postman this was solved by a simple environment selector when you did a batch run, which applied the same environemnt to all tests sleceted for that run.