kuceb / cypress-plugin-retries

A Cypress plugin to retry failed tests.
MIT License
237 stars 20 forks source link

Option to retry beforeAll(before) hook #50

Open aali0730 opened 4 years ago

aali0730 commented 4 years ago

Sometimes the cy.visit() command is flaky and does not fully load the page and fails. We run this command in the beforeAll(before) hook and then run our tests. If there was an option to retry the beforeAll(before) hook when it fails that would be great.

muratkeremozcan commented 4 years ago

would love to have this