how to run tests with multiple environments? #256
Replies: 1 comment
-
@dreamworlds1234 I have just tested the feature and it works as expected. You have to select the appropriate environments in vscode and these are also used in the test runner (unless you have configured httpyac.testRunAlwaysUseEnv). If you want them to be selected automatically, you would have to configure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this wiki:
https://httpyac.github.io/guide/environments.html
it says on the TIP:
TIP
It is possible to select several environments at the same time.
When I select multiple environments, it seems only run a single environment in the vscode "TEST EXPLORER", regardless the play button or "send" button.
How do have the TEST run all the environments listed in httpyac.config.js?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions