cypress-parallel icon indicating copy to clipboard operation
cypress-parallel copied to clipboard

Retries do not work when using cypress-paralllel

Open ghost opened this issue 1 year ago • 2 comments

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.

ghost avatar Oct 04 '23 06:10 ghost

Same Problem ++

nurullahsahin44 avatar Jan 03 '24 09:01 nurullahsahin44

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

LukasLewandowski avatar Jan 29 '24 16:01 LukasLewandowski