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

parallel weights file is not generated when the feature files are under a sub folder #194

Open peacetrader opened 2 months ago

peacetrader commented 2 months ago

hi, can we have a fix for this. we have feature files under a sub folder for most of the functionalities. features

parallel weights are not generated when I run the cypress parallel command by passing the -d cypress/e2e/features/ if I pass -d cypress/e2e/features/search or -d cypress/e2e/features/login, it is generated.

idforkarthick commented 2 months ago

can you try -d cypress/e2e/features/*/.cy.js @peacetrader