-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Cypress failed to start. This may be due to a missing library or dependency. #30474
Comments
It looks like emulation is being used and causing an issue:
Please supply information about your configuration. When you run
Are you using Docker Desktop on Windows? If yes, which version? Is this a Beta version for Arm? What command are you using to run the Cypress Docker image as container? If you follow the example README > base, what happens? git clone https://github.com/cypress-io/cypress-docker-images
cd cypress-docker-images
cd examples/basic # Use a pre-configured simple Cypress E2E project
npm ci # Install Cypress
docker run -it --rm -v .:/e2e -w /e2e cypress/base # Run image as container then at the OS npx cypress install
npx cypress run |
/
If you follow the example README > base, what happens?
|
You write that you are using CentOS Linux 8 to run Docker, however I don't see answers to the other questions, which would clarify other details of your configuration and how you are using the Cypress Docker image. You may be able to get help from the Docker community. |
Current behavior
i am use image cypress/base:20.18.0-arm in windows.
Desired behavior
Test code to reproduce
Cypress Version
13.13.3
Node version
v20.18.0
Operating System
Windows
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: