-
Notifications
You must be signed in to change notification settings - Fork 74
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
Rerun SaaS tests on failure #5137
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5137 +/- ##
=======================================
Coverage 86.56% 86.56%
=======================================
Files 357 357
Lines 22354 22354
Branches 2957 2957
=======================================
Hits 19351 19351
Misses 2480 2480
Partials 523 523 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited to see this in action
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Description Of Changes
Adding the
pytest-rerunfailures
plugin todev-requirements.txt
. This plugin introduces a--reruns
flag that allows us to rerun failed tests up ton
times before considering them a failure. We've implemented this to mitigate false positives that frequently occur due to data in the third-party APIs we're integrating with not settling in time for our tests.Code Changes
nox -s "pytest(ops-saas)"
command to use--reruns 3
Steps to Confirm
External-SaaS-Connectors
backend check passes in the CI pipelinePre-Merge Checklist
CHANGELOG.md