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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(other): disable cypress test retries #6527

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Conversation

mahula
Copy link
Contributor

@mahula mahula commented Jul 10, 2023

馃嵃 Pullrequest

Since our end-to-end test setup does not yet restore the same initial state before and after each scenario run, retries of entire scenarios have no added value.
On the contrary - if a scenario fails, it is retried completely, even though the reason for failure in the first run does not change.
Retrying a scenario after failure only costs resources.

That is why at Cypress we set the retries:runMode to 0.

Todo

  • Set Cypress retries to 0

@mahula mahula merged commit eeaa166 into master Jul 11, 2023
20 checks passed
@mahula mahula deleted the disable-cypress-retries branch July 11, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants