Created
July 24, 2016 12:00
-
-
Save ItamarGronich/fb68eeb2250709eec2b578e6c25afb2e to your computer and use it in GitHub Desktop.
Use chrome as browser in behat
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: | |
suites: | |
default: | |
contexts: | |
- Drupal\DrupalExtension\Context\MinkContext | |
- FeatureContext | |
extensions: | |
Behat\MinkExtension: | |
browser_name: 'chrome' | |
goutte: ~ | |
selenium2: ~ | |
Drupal\DrupalExtension: | |
blackbox: ~ | |
api_driver: "drupal" | |
imports: | |
- behat.local.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment