version: '2' services: webdriverio: image: huli/webdriverio:latest depends_on: - chrome - firefox - hub environment: - HUB_PORT_4444_TCP_ADDR=hub - HUB_PORT_4444_TCP_PORT=4444 volumes: - {{replace_with_path_of_wdio.conf.js_file}}:/app hub: image: selenium/hub ports: - 4444:4444...
jpgarbanzo Merge branch 'master' of https://github.com/hulilabs/ju-components 71db1b4 Feb 13, 2019 Git stats 106 commits Files Failed to load latest commit information. Type Name Latest commit message Commit time example playground/components src .gitignore .jscsrc .jshintrc .tr...
WebdriverIO docker image. Contribute to hulilabs/webdriverio development by creating an account on GitHub.