Skip to content

Instantly share code, notes, and snippets.

@bfodeke
Created May 23, 2019 15:32
Show Gist options
  • Save bfodeke/fc8afdb41e6fa3648cb964c1adff7ddf to your computer and use it in GitHub Desktop.
Save bfodeke/fc8afdb41e6fa3648cb964c1adff7ddf to your computer and use it in GitHub Desktop.
Behat: Local behat settings
#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