Created
May 23, 2019 15:32
-
-
Save bfodeke/fc8afdb41e6fa3648cb964c1adff7ddf to your computer and use it in GitHub Desktop.
Behat: Local behat settings
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
#local configuration | |
default: | |
extensions: | |
Behat\MinkExtension: | |
base_url: http://localdev.dev | |
sessions: | |
default: | |
goutte: | |
guzzle_parameters: | |
verify: false #get around ssl cert on local environment | |
Drupal\DrupalExtension: | |
api_driver: 'drush' | |
drush: | |
alias: 'localdev.dev' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment