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.
I love using this plugin! The only that could make it even better from my point of view is the need to set an interval or "cool-down-period" before commencing the next retry.
So this: Cypress.currentTest.retries(3)
Could perhaps look like this: Cypress.currentTest.retries(3, 3000)
Where 3000 stands for ms to wait until next retry is kicked-off.
The text was updated successfully, but these errors were encountered:
I love using this plugin! The only that could make it even better from my point of view is the need to set an interval or "cool-down-period" before commencing the next retry.
So this:
Cypress.currentTest.retries(3)
Could perhaps look like this:
Cypress.currentTest.retries(3, 3000)
Where
3000
stands forms
to wait until next retry is kicked-off.The text was updated successfully, but these errors were encountered: