Created
September 8, 2017 06:34
-
-
Save u1i/9cc844b3f0ab9cdb41f6acbc6439a3c7 to your computer and use it in GitHub Desktop.
selenium docker
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" | |
firefox: | |
image: selenium/node-firefox | |
links: | |
- hub | |
log_driver: none | |
chrome: | |
image: selenium/node-chrome | |
links: | |
- hub | |
log_driver: none | |
# then type http://localhost:4444/grid/console in your browser to check the state. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment