We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for your reactivity on last issue. I could install cypress with last project tag.
But when I run ddev cypress-open, I got following error:
ddev cypress-open
Cypress verification timed out.
This command failed with the following output:
/root/.cache/Cypress/12.6.0/Cypress/Cypress --no-sandbox --smoke-test --ping=567
Command timed out after 30000 milliseconds: /root/.cache/Cypress/12.6.0/Cypress/Cypress --no-sandbox --smoke-test --ping=567 Timed out
Platform: linux-arm64 (Debian - 11.6) Cypress Version: 12.6.0 Failed to run cypress-open -C tests: exit status 1
The text was updated successfully, but these errors were encountered:
ddev status should show more informations ?
ddev status
Sorry, something went wrong.
Cypress shows exactly the same thing for me.
You could try changing some of the configuration settings, or cleaering the cache.
https://docs.cypress.io/api/cypress-api/config#Syntax
Thanks, I found out cypress browsers are not ready for arm64 processors cypress-io/cypress-docker-images#695
I can avoid the problem using rosetta
No branches or pull requests
Thank you for your reactivity on last issue.
I could install cypress with last project tag.
But when I run
ddev cypress-open
, I got following error:Cypress verification timed out.
This command failed with the following output:
/root/.cache/Cypress/12.6.0/Cypress/Cypress --no-sandbox --smoke-test --ping=567
Command timed out after 30000 milliseconds: /root/.cache/Cypress/12.6.0/Cypress/Cypress --no-sandbox --smoke-test --ping=567
Timed out
Platform: linux-arm64 (Debian - 11.6)
Cypress Version: 12.6.0
Failed to run cypress-open -C tests: exit status 1
The text was updated successfully, but these errors were encountered: