Your configFile threw an error from: cypress.config.js #25382
Unanswered
Josh68
asked this question in
Questions and Help
Replies: 0 comments
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.
-
I am upgrading from Cypress pre-v10 to latest and have everything basically working, but locally (MacOS Monterey), I'm frequently getting this when running either
cypress:run
orcypress:open
(using yarn scripts)Here's my
cypress.config.js
: https://gist.github.com/Josh68/25d318e2678116cb82b60a5d7b5d82d5. Note that I'm using a few plugins, including cypress-visual-regression and cypress-html-validate (with their own config options) and am also calling a few custom commands withinsetupNodeEvents
. Can anyone spot what my issue might be, or tell me how to debug further (the Cypress docs reference usingDEBUG=cypress:server:config
, but that does nothing, andDEBUG=cypress:*
is way too verbose).Beta Was this translation helpful? Give feedback.
All reactions