-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Failing Docker tests when running on M2 mac #2690
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
I'm attempting to create my own Docker image with SeleniumBase but I'm getting the following error:
This is after copying most parts of the standard Dockerfile (minus the chrome and webdriver installs as I understand Seleniumbase / Selenium Manager handles that) Dockerfile:
The entrypoint command is executing this:
Which is what I see failing in the stack trace:
Appreciate any direction you can provide! |
I'm still working on updating the included |
This was resolved in |
You are incredible @mdmintz! Confirmed it's working on my end. Thanks for the quick attention and fix. |
I cloned the SeleniumBase repo, built the docker image
docker build --platform linux/amd64 -t seleniumbase .
, and ran the testdocker run --platform linux/amd64 seleniumbase ./run_docker_test_in_chrome.sh
I get an error saying Chrome has failed to start/crashed. I haven't made any changes to the Dockerfile. I've tried running the test without the --platform tag in thedocker run
command and that fails as well. Running on an M2 mac.The text was updated successfully, but these errors were encountered: