You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to setup my new rails project using docker-compose I couldn't make the browser tests work. The selenium/standalone-chrome container crashed everytime when the rails test runner wanted to create a session. I could reproduce it with the docker run command from the readme:
docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-chrome:4.3.0-20220628
Uh oh!
There was an error while loading. Please reload this page.
What happened?
When trying to setup my new rails project using docker-compose I couldn't make the browser tests work. The
selenium/standalone-chrome
container crashed everytime when the rails test runner wanted to create a session. I could reproduce it with thedocker run
command from the readme:docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-chrome:4.3.0-20220628
Hardware is MacBook Pro M1 Pro running MacOS 12.4
Command used to start Selenium Grid with Docker
docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-chrome:4.3.0-20220628
Relevant log output
Operating System
MacOS 12.4 (21F79)
Docker Selenium version (tag)
4.3.0-20220628
The text was updated successfully, but these errors were encountered: