Open trandaison opened 6 months ago
@trandaison How did you install Cypress originally? What command did you run? Is this your first time using Cypress?
@trandaison How did you install Cypress originally? What command did you run?
I tried 2 different ways to install Cypress.
npx cypress open
create-vue
(https://vuejs.org/guide/quick-start.html) to create a new Vue project and select the cypress as a e2e testing tool. Then I run npm run test:e2e:dev
to open the Cypress GUI which is defined in the package.json
file.
"scripts": {
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
},
Both of them have the same issue.
Is this your first time using Cypress?
Yes!
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
Current behavior
Cypress failed to start when running command
cypress open
Debug logs
Cypress Version
13.9.0
Node version
v18.16.0 & v20.11.0
Package Manager
npm
Package Manager Version
9.5.1
Operating system
Mac
Operating System Version
14.0
Other