You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 viacypress-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.
The text was updated successfully, but these errors were encountered: