Created
November 26, 2014 08:03
-
-
Save kcyeu/19bdbe24b46e3c9c1fab to your computer and use it in GitHub Desktop.
Use Fig to launch full function Selenium Grid2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hub: | |
image: selenium/hub | |
ports: | |
- "4444:4444" | |
chrome: | |
image: selenium/node-chrome | |
links: | |
- hub:hub | |
firefox: | |
image: selenium/node-firefox | |
links: | |
- hub:hub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment