-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding a retry mechanism to FE testing #1752
Conversation
Deploy preview for apisix-dashboard ready! Built with commit 88bb4bb |
Codecov Report
@@ Coverage Diff @@
## master #1752 +/- ##
==========================================
- Coverage 72.45% 72.26% -0.20%
==========================================
Files 132 132
Lines 5721 5721
Branches 649 649
==========================================
- Hits 4145 4134 -11
- Misses 1334 1343 +9
- Partials 242 244 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi, could you add the documentation link here? |
sure. https://docs.cypress.io/guides/guides/test-retries#Introduction |
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Adding a retry mechanism to front-end testing
Refer link: https://docs.cypress.io/guides/guides/test-retries#Introduction
Checklist: