Error: ENOENT: no such file or directory, open ...\cypress.json #15061
aleberman
started this conversation in
Cypress Cloud
Replies: 1 comment
-
I am not sure what is going wrong with your machine, Cypress expects the following files when running in folder "my-folder" for example
You should be in the "my-folder" folder when calling |
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'm trying to run a .js file script in cypress but when I run it it keeps throwing the same error: "Error writing to: C:\Users...\cypress\integration\examples\prueba1.js\cypress.json
Error: ENOENT: no such file or directory, open 'C:\Users...\cypress\integration\examples\prueba1.js\cypress.json'"
My test file (prueba1.js) is in the same integration folder as the example files. Though I do can run the example files provided during the installation of cypress, and I can see the code in the Visio editor, as soon as I save the .js file, it does not appear in cypress
Help pls! Tks!!
Beta Was this translation helpful? Give feedback.
All reactions