Skip to content

Instantly share code, notes, and snippets.

@DavMorr
Created March 7, 2018 18:58
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 DavMorr/bdaf1be89fe3b2398704674efb99b0f1 to your computer and use it in GitHub Desktop.
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.
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