bigbite / wp-cypress

WordPress end to end testing with Cypress.io.
MIT License
86 stars 19 forks source link

Replace cypress retries plugin with native support #41

Closed liamdefty closed 3 years ago

liamdefty commented 4 years ago

Is your feature request related to a problem? Please describe. Cypress has now introduced test retries with native support, which we were using a third party plugin for.

Describe the solution you'd like Replace the cypress retries plugin with the native solution. This will mean Cypress version 5.0 will be the minimum required version of cypress to use with wp-cypress

Additional context https://cypress.io/blog/2020/08/19/introducing-test-retries-in-cypress-5-0