Skip to content

Instantly share code, notes, and snippets.

@ricca509
Last active September 1, 2016 09:09
Show Gist options
  • Save ricca509/62384ba5741fbb77b5f0688062d20489 to your computer and use it in GitHub Desktop.
Save ricca509/62384ba5741fbb77b5f0688062d20489 to your computer and use it in GitHub Desktop.
WebdriverIO example docker-compose
app:
build: .
command: npm test -- --host selenium
links:
- selenium
selenium:
image: selenium/standalone-chrome
expose:
- "4444"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment