Skip to content

Instantly share code, notes, and snippets.

@ItamarGronich
Created July 24, 2016 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ItamarGronich/fb68eeb2250709eec2b578e6c25afb2e to your computer and use it in GitHub Desktop.
Save ItamarGronich/fb68eeb2250709eec2b578e6c25afb2e to your computer and use it in GitHub Desktop.
Use chrome as browser in behat
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