Skip to content

Instantly share code, notes, and snippets.

@satujamsaja
Created November 8, 2016 07:53
Show Gist options
  • Select an option

  • Save satujamsaja/50d1f8632be60500a33913616f96c8c5 to your computer and use it in GitHub Desktop.

Select an option

Save satujamsaja/50d1f8632be60500a33913616f96c8c5 to your computer and use it in GitHub Desktop.
This is example local behat.yml
default:
suites:
default:
contexts:
- FeatureContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
extensions:
Behat\MinkExtension:
goutte: ~
selenium2: ~
base_url: http://d8.dd:8083
Drupal\DrupalExtension:
blackbox: ~
api_driver: 'drupal'
drupal:
drupal_root: 'D:\Sites\devdesktop\d8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment