Closed segevfiner closed 1 year ago
This project is missing the projectId inside of: cypress.config.js
Add a projectId entry to cypress.config.js
This project is missing the projectId inside of: cypress.config.js
Add a projectId entry to cypress.config.js
hey @agoldis,
we added the projectId to cypress.config.ts
and now the error is different (looks like it tries to go to the actual cypress servers?). We did also configured of course the env variable of CYPRESS_API_URL
to point at the right place, same as it was before the update.
We could not find a Cypress Cloud project with the projectId: modalProject
This projectId came from your cypress.config.ts file or an environment variable.
Please log into Cypress Cloud and find your project.
We will list the correct projectId in the 'Settings' tab.
Alternatively, you can create a new project using the Desktop Application.
https://on.cypress.io/dashboard
Error: Process completed with exit code 1.
any idea what we are missing?
seems like it's not running cy2 at all. I am running cy12.5.1 on my machine right now with no problem. you can enable DEBUG=cy2* to see if there're any messages from cy2 at all
Before opening, please confirm:
Environment information
Describe the bug
Getting an error trying to use cy2:
Expected behavior
It works as documented.
Command and Setup
In a bare bones
pnpm create vue@3
project with TypeScript, ESLint, Prettier & Cypress enabled. Installingcy2
and running this command.Full log and debug output
log.txt