Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retries do not work when using cypress-paralllel #173

Open
ghost opened this issue Oct 4, 2023 · 2 comments
Open

Retries do not work when using cypress-paralllel #173

ghost opened this issue Oct 4, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 4, 2023

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
Copy link

Same Problem ++

@LukasLewandowski
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants