tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
560 stars 117 forks source link

cypress parallel doesn't work with config via command --config-file #195

Open vishkov opened 2 months ago

vishkov commented 2 months ago

After migrating to cypress 13 the cypress-parallel doesn't work with command --config file

example : --config-file ./myconfig.config.ts

vishkov commented 1 month ago

@tnicola Hi , any chance to take a look on this issue? Thanks.

Deepikapatel14 commented 1 month ago

I'm facing same issue using Cypress:13.9.0 version, Can someone please provide solution here? Thanks