Skip to content

Instantly share code, notes, and snippets.

@fmitchell
Created November 27, 2012 23:35
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 fmitchell/4157962 to your computer and use it in GitHub Desktop.
Save fmitchell/4157962 to your computer and use it in GitHub Desktop.
# Behat configuration file.
# This is the default profile that will be used unless a profile argument is
# specified. Override this profile in behat.local.yml which is not version controlled.
default:
extensions:
Behat\MinkExtension\Extension:
goutte:
guzzle_parameters:
curl.CURLOPT_SSL_VERIFYPEER: false
curl.CURLOPT_CERTINFO: false
base_url: "http://energy.dev:9998/"
Phase2\Behat\DrupalExtension\Extension:
drupal_root: "./docroot"
base_url: "http://energy.dev:9998/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment