Created
March 7, 2018 18:58
-
-
Save DavMorr/bdaf1be89fe3b2398704674efb99b0f1 to your computer and use it in GitHub Desktop.
Composer does not create the top level behat.yml file when installing behat on OS X. This is out of the box for behat ~3.0 for drupal 8.
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: | |
- 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://dev.masterd8dev.local.dd:8083 | |
Drupal\DrupalExtension: | |
blackbox: ~ | |
# api_driver: 'drupal' | |
# drupal: | |
# drupal_root: '/Users/davmorr/Sites/devdesktop/dev.masterd8dev.local/dev.masterd8dev.local/web' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment