Cypress failed to remove the old browser profiles from the previous run #17608
Unanswered
ashokkumarg
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The test cases are working fine in my local machine and the allure reports are generated perfectly. But in Jenkins execution I get two issues.
Cypress failed to clear the browser profile
Allure report is including irrelevant test case numbers to the report. Let say I have executed only 4 test cases but it is adding other 5 test cases.
I have tried cleaning the folders with the rimraf command but no use. But the same set up works fine in local machine.
Whether this browser profile causes the report issue? Could someone share your thoughts.
Cypress: 8.1.0
Beta Was this translation helpful? Give feedback.
All reactions