Unable to run E2E step of my GitHub Actions pipeline ever since cypress 9.0 #20325
Unanswered
FranciscoKloganB
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
-
With the introduction of
Cypress@^9.0.0
, the usage of a bundled node has been deprecated. The release notes stated that this could break thepluginsFile
of some users, but did not mention how, nor how to fix it. I have been trying to fix my pipeline for months now, with no success at all.When running the project locally, E2E and Component Tests work flawlessly. Once pushed to my GitHub repository, the pipeline triggers using the same Node versions as my local ones and Component Tests pass, but E2E tests do not. Yielding this marvelous error, which does not give me much information. As anyone been through the same? I post my
pluginsFile
andGitHuh Actions
files are published after the error log.If you want to take a look at this issue yourself, you can visit my vitesse-enterprise template and check out to
eliminate-cypress-deprecation-warning
. Your contribution would be appreciated.Already tried using
module.exports
instead ofexport default
, even thoexport default
is supported when usingTypeScript
.Beta Was this translation helpful? Give feedback.
All reactions