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
{{ message }}
This repository has been archived by the owner on May 24, 2021. It is now read-only.
Hello!
I have a case in which tests fail once every 100-300 runs because the "load" event was not fired. This is some cypress bug that's not going to be fixed any time soon as there is no 'reliable way to reproduce it'.
So - is there an option with retries plugin that I would wrap only the initial cy.visit to be retried if it fails?
I don't want to retry all tests, because we need to see 'flakes', but there's nothing we can do about that bug for now.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I have a case in which tests fail once every 100-300 runs because the "load" event was not fired. This is some cypress bug that's not going to be fixed any time soon as there is no 'reliable way to reproduce it'.
So - is there an option with retries plugin that I would wrap only the initial cy.visit to be retried if it fails?
I don't want to retry all tests, because we need to see 'flakes', but there's nothing we can do about that bug for now.
Thank you!
The text was updated successfully, but these errors were encountered: