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

Retries do not work when using cypress-paralllel #173

Open ghost opened 9 months ago

ghost commented 9 months ago

Cypress retry functionality does not seem to work when using cypress-parallel. We have retries configured in cypress.config.ts: retries: { runMode: 2, openMode: 0, }.

When using cypress run the retries work as configured, but when running via cypress-parallel no failed tests are retried.

This has been reproduced at least with Cypress versions 12.17.3 and 13.1.0. cypress-parallel version has been 0.12.0.

nurullahsahin44 commented 6 months ago

Same Problem ++

LukasLewandowski commented 5 months ago

I can confirm that 'retries' are not working correctly. Any fix for that?