-
Notifications
You must be signed in to change notification settings - Fork 383
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
Unable to run on Chrome: Chrome was not found on your system #714
Comments
Same for me
Found the reason:
|
Chrome is unfortunately not available on Closing as dupe of #695 |
I'm sorry if this looks silly, but is this issue/solution (as far as this can be considered a solution) applicable only to arm64? I ask because I am running into the same error message on my Intel machine, having built a |
@krema This got me on the right track, thank you I got the same message with a docker build on a mac M1, 'Detected no known browsers installed'. However, building on a Linux distro gave an image with browsers installed |
Please tell me how you finally launched the image on M1, what commands did you use? |
Same for me, on Windows it works, but on Mac M1 nope. Is there a solution for this? |
Looks like there's no solution for M1. And nobody is really interested in it on the vendors side. The only way to start it is to use Rosetta which sounds meeeh. UPD.: |
M1 didn't work for me, but building on Linux worked fine. I used our server for this, but a VM will probably work. |
I'm trying to run my Cypress tests locally using a docker image with this command:
docker run -it -v $PWD:/e2e -w /e2e cypress/included:10.3.1 --browser chrome
and I also tried
docker run -it -v $PWD:/e2e -w /e2e --entrypoint=cypress cypress/included:10.3.1 run --browser chrome
but it always fails saying Chrome was not found on my system, it then lists the supported browsers and says the only one it can find is Electron.
If I don't use Docker and just open the Cypress runner I can run my tests on Chrome, Firefox, Electron and Chromium without any issues.
If I'm reading it correctly should this 10.3.1 image come with FF Chrome and Edge? https://github.com/cypress-io/cypress-docker-images/tree/master/included
I tried some of the other version 10 images but keep getting the same issue.
I'm running on a MacBook iOS Monterey 12.4, I'm not doing anything different in my framework when it comes to the browser.
The version of Chrome I have installed on my laptop is
Version 103.0.5060.134 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: