Created
October 10, 2016 15:02
-
-
Save lcube45/876a2028516d26d7cac483590e34dd2f to your computer and use it in GitHub Desktop.
Behat Starter Kit
This file contains 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
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