Parallel execution of multiple test suites in multiple instances of same browser
See original GitHub issueWhat are you trying to achieve?
I’m considering CodeceptJS to use in one of our projects. I’m expecting to have a big number of automated tests there. In a similar project we had around 400, distributed over multiple test suites using the Robot Framework. Executing these tests one after another it takes more than an hour. But in Robot Framework, you can execute test suites in parallel using the pabot
runner.
Here I found the multiple-execution feature, but as I understand it, it can be used to execute tests in different browsers. I would like to start multiple instances of the same browser. Each instance is then executing one test suite. Can this be done, or do I have to take care of this myself by starting CodeceptJS multiple times with different test suites assigned to be executed?
What do you get instead?
Provide console output if related. Use
--verbose
mode for more details.
# paste output here
Provide test source code if related
// paste test
Details
- CodeceptJS version:
- NodeJS Version:
- Operating System:
- Protractor || WebDriverIO || Nightmare version (if related)
- Configuration file:
# paste suite config here
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top GitHub Comments
Would this help? https://codecept.io/advanced/#parallel-execution
You can use the multi configuration for the same browser, you just have to specify which browsers you want to run with the configuration.