tnicola / cypress-parallel

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

Add glob escape, bump cypress #100

Closed ypresto closed 2 years ago

ypresto commented 2 years ago

I have test files named [foobar].ts, and currently it is treated as glob pattern by cypress, so escapes before passing it.

Also bump cypress to fix this issue: https://github.com/cypress-io/cypress/issues/20794

Also fixes error when multiple values for same option is specified like -t 3 -t 4.

tnicola commented 2 years ago

Thanks for PR @ypresto !