-
Notifications
You must be signed in to change notification settings - Fork 182
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
Fix: Remove Non-Existent Video File in after:spec Handler #3737
base: main
Are you sure you want to change the base?
Fix: Remove Non-Existent Video File in after:spec Handler #3737
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3737 +/- ##
=======================================
Coverage 84.26% 84.27%
=======================================
Files 1464 1464
Lines 33764 33764
Branches 9361 9361
=======================================
+ Hits 28452 28453 +1
+ Misses 5312 5311 -1 see 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/assign @manosnoam @antowaddle Mind reviewing this? |
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.
@ugiordan Can you please test this on Jenkins also? cypress/job/dashboard-tests/ is the Jenkins job we are currently using. Can you also please confirm that there are no negative consequences when running the Cypress tests on Chrome?
@antowaddle I ran the test using the Jenkins pipeline, and everything went smoothly. No issues with Cypress tests on Chrome. |
/lgtm |
c1749f7
to
9369428
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @manosnoam |
Description
During test execution with the Firefox browser, Cypress was failing with the following error:
This occurred due to insufficient frames being captured by Cypress (likely caused by Firefox being unable to record videos). Since the video file was not created, unlinkSync failed when trying to delete it. This led to an ENOENT error.
How Has This Been Tested?
npm run cypress:run:mock -- --browser=firefox
Test Impact
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main