Created
July 8, 2017 12:01
-
-
Save paulgibbs/67d97e52d4af78d6ba3b4149ea91b8d2 to your computer and use it in GitHub Desktop.
Run Behat from inside a VM, using a browser on your desktop.
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
extensions: | |
Behat\MinkExtension: | |
base_url: http://vagrant.local | |
browser_name: chrome | |
default_session: default | |
javascript_session: selenium2 | |
sessions: | |
default: | |
goutte: | |
guzzle_parameters: | |
verify: false # Allow self-signed SSL certificates | |
selenium2: | |
selenium2: | |
wd_host: "http://192.168.1.16:4444/wd/hub" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment