Skip to content

refactor(other): disable cypress test retries

Hannes Heine requested to merge disable-cypress-retries into master

Created by: mahula

🍰 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

Merge request reports