Skip to content

Instantly share code, notes, and snippets.

@lcube45
Created October 10, 2016 15:02
Show Gist options
  • Save lcube45/876a2028516d26d7cac483590e34dd2f to your computer and use it in GitHub Desktop.
Save lcube45/876a2028516d26d7cac483590e34dd2f to your computer and use it in GitHub Desktop.
Behat Starter Kit
default:
extensions:
Behat\MinkExtension:
base_url: "<url>"
default_session: selenium2
goutte: ~
selenium2:
wd_host: http://127.0.0.1:4444/wd/hub
browser: chrome
capabilities:
extra_capabilities:
chromeOptions:
args:
- "--start-maximized"
- "--disable-translate"
mobileEmulation:
deviceName: "Google Nexus 5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment