icy-lock-49000
06/22/2022, 4:22 PMnpx cypress open inside our Cypress projects to open Cypress in our frontend monorepo (lots of apps in teh monorepo including 'apps' for Cypress tests for the various apps in the monorepo). We recently hired on a contractor but for some reason he gets teh following error when he tries to run `npx cypress open`:
Cypress verification timed out.
This command failed with the following output:
/Users/<user>/Library/Caches/Cypress/10.2.0/Cypress.app/Contents/MacOS/Cypress --no-sandbox --smoke-test --ping=30
----------
Command timed out after 30000 milliseconds: /Users/<user>/Library/Caches/Cypress/10.2.0/Cypress.app/Contents/MacOS/Cypress --no-sandbox --smoke-test --ping=30
Timed out
It looks like you are running the Cypress binary directly.
This is not the recommended approach, and Cypress may not work correctly.
Please install the cypress NPM package and follow the instructions here:
https://on.cypress.io/installing-cypress
----------
Platform: darwin-x64 (20.6.0)
Cypress Version: 10.2.0
I've never seen this error before at all, we were on 10.0.2 and upgraded to 10.2.0 to see if that fixed it but no dice (He's on an intel chip but figured it was worth trying)
Thanks!