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

Ability to list multiple directories to run #160

Open JLee151 opened 1 year ago

JLee151 commented 1 year ago

Currently the -d flag allows to list a directory like cypress/e2e/folder1.

Possible to include something like -d "cypress/e2e/folder1,cypress/e2e/folder2/subfolder2"

mrozwat commented 1 year ago

try cypress/e2e/{folder1,folder2,...}/*cy.js