Error: support-file-missiong-or-invalid #28831
Replies: 1 comment
-
I reinstalled Cyress, the problem is not reproduced. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to open Cypress GUI, but met an error "Your project does not contain a default supportFile. We expect a file matching cypress/support/e2e.{js,jsx,ts,tsx} to exist.". The cypress/support/e2e.js file exists. I don't know why it can't be found.
I added "supportFile: false," or "supportFile: 'support/e2e.js'," or "supportFile: 'cypress/support/e2e.js'," in cypress.config.js, but the error was still displayed. What should I do? version: 13.6.4
Beta Was this translation helpful? Give feedback.
All reactions