Minimal Docker Selenium Grid Setup with Firefox and Chrome
hub: | |
image: selenium/hub:2.52.0 | |
expose: | |
- 4444 | |
ports: | |
- 4444:4444 | |
node-firefox: | |
image: selenium/node-firefox:2.52.0 | |
links: | |
- hub | |
node-chrome: | |
image: selenium/node-chrome:2.52.0 | |
links: | |
- hub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment