Cypress doesn't skip 'Uncaught Exception' even though index file in support directory is setup #21390
Unanswered
RadwaSaleh
asked this question in
CI setup
Replies: 1 comment 2 replies
-
What happens if you put that code in the relevant spec file vs. the index file? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What I understood from documentation is that support file
index.js
runs before each spec fileCode in
index.js
file:but I still can see the test fail on github actions

Test passes locally though

Beta Was this translation helpful? Give feedback.
All reactions