Closed kahboom closed 1 year ago
@maxie7
It does not look like your problem is related to github-action
of this repository, so this is not the right place to get help. Also you have tagged on to a closed issue which is in any case not advisable to get new help.
You may find that somebody in the Cypress technical community on Discord can help you solve your problem:
Thanks @MikeMcC399
npx cypress open --config-file theNewCypressConfigPath solved by this
As of late last week, Cypress tests are failing with this error, from one commit to the next, which was completely unrelated (an
.md
file). I seem to be getting the same error as @jazanne from this comment.We're using:
cypress-io/github-action@v2
I tried @jazanne's workaround, sadly we're still getting the same error regardless. We've tried upgrading cypress, using
cypress-io/github-action@v3
, and running it headlessly. In one separate PR I even tried to downgrade to yarn 1.x, which is causing some other errors. The whole JS toolchain seems so brittle. :s Is anyone else getting this? Any suggestions?cc @delawen