Created
January 10, 2014 13:41
-
-
Save alnutile/8352098 to your computer and use it in GitHub Desktop.
Behat.yml with default javascript. So even if the test does not have @javascript it will open a browser and run the test.
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
default: | |
paths: | |
features: 'features' | |
extensions: | |
Behat\MinkExtension\Extension: | |
default_session: selenium2 | |
goutte: ~ | |
selenium2: ~ | |
base_url: http://saucelabs.com/test/guinea-pig | |
browser_name: safari | |
javascript_session: 'selenium2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment