refactor(other): disable cypress test retries
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