Replies: 1 comment
-
Probably a question better suited for the forums :) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What are you trying to achieve?
I want to run whole tests suite for each browser sequentially. Currently I was able to do so but I wonder if this is the best approach.
What do you get instead?
With this approach all tests are running for all the browsers at the same time.
./node_modules/codeceptjs/bin/codecept.js run-multiple browser-stack
Is the current approach fine or I could change something about ?
Beta Was this translation helpful? Give feedback.
All reactions