Cypress test works locally, fails in github-action with "Unexpected token" #14187
Unanswered
briansmith-fr
asked this question in
CI setup
Replies: 2 comments
-
I think I'm starting to make progress:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I suspect that one of the static resources returns HTML for some reason, which has |
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
-
I have a test that works locally, but fails in github-action:
I turned off listening to the exception as described, now I get a timeout waiting for a request that never occurred.
But the request does occur.
What gotchas do I need to be on the lookout for when running locally vs running in github-actions?
Beta Was this translation helpful? Give feedback.
All reactions