-
Notifications
You must be signed in to change notification settings - Fork 3.3k
cypress run on aarch64 env failed #26832
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
Comments
Hi @wwgnid. Thank you for opening an issue. Would you be able to provide us with a Dockerfile or a docker compose file that you are using to run this? Currently we don't ship with browsers with arm64 based docker images. Does Cypress run without installing firefox in the image by default? |
Hi @AtofStryker Thank you so much for your response. I’ve ran test on Cypress include image at first, got blow error log:
Then did test in docker container, and didn’t receive any further useful information.
debug log:
|
Hi @AtofStryker Any more suggestion for debugging? I ran cypress on another linux server and encountered the same failure.
I use 'yum' command on this linux server, so it's likely a CentOS aarch64/v8 architecture. |
Hi @wwgnid, I was able to run the
|
Hi @mschile
|
Hi @wwgnid , thank you so much for the detailed log output.
Thank you! |
Hi @cacieprins Thank u for your replay. debug log:
|
@wwgnid The dependencies required are listed in our docs. That's all that's required to run cypress. https://docs.cypress.io/guides/continuous-integration/introduction#Dependencies |
Closing as stale. If you're encountering a similar issue, please open a new issue. |
Current behavior
Hi, everyone
I'm try to run cypress e2e test on arm64(aarch64) environment.
I got cypress docker image for arm64 from https://hub.docker.com/r/cypress/included/ , but found the image does't include a browser by default. so I installed a firefox-102.11 browser in the docker container based on the Cypress/included image.
try to use 'docker run' command to run e2e test , but got error as below.
V8_SNAPSHOT_FROM_SCRATCH=1 yarn build-v8-snapshot-dev
to generate snapshots, got the same error.Debug logs
No response
Cypress Version
12.12
Node version
v16.20.0
Package Manager
yarn
Package Manager Version
1.22.19
Operating system
Linux
Operating System Version
aarch64
Other
No response
The text was updated successfully, but these errors were encountered: