cypress-parallel
cypress-parallel copied to clipboard
Retries do not work when using cypress-paralllel
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.
Same Problem ++
I can confirm that 'retries' are not working correctly. Any fix for that?