Skip to content

Instantly share code, notes, and snippets.

@alnutile
Created January 10, 2014 13:41
Show Gist options
  • Save alnutile/8352098 to your computer and use it in GitHub Desktop.
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.
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