Fixture File Reuse Causing Test Failures in Cypress Test Suite #29069
Unanswered
TauqeerK18
asked this question in
Questions and Help
Replies: 1 comment
-
Was facing the same issue. But I read in the docs here that
Just replacing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Detailed Description:
I'm encountering an issue with reusing fixture files across multiple test cases within the same Cypress test suite. When attempting to use the same fixture file in different test cases, the third test case fails due to conflicts arising from fixture file reuse.
Steps Taken:
Operating System:
MacOS Sonoma
Software Version:
Additional Information:
The issue seems to arise because Cypress doesn't handle fixture file reuse effectively within the same test suite. Each test case attempts to use the same fixture file, causing conflicts and unexpected behavior.
Error Messages:
No specific error messages are generated, but the third test case fails to execute successfully as the file was not selected and moves to the next step.
Code Snippet :
Channel Tags:
Relevant Result:
Beta Was this translation helpful? Give feedback.
All reactions