Skip to content

Instantly share code, notes, and snippets.

@EvanAgee
Created May 6, 2014 17:13
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 EvanAgee/6b08d82201acc74e12c4 to your computer and use it in GitHub Desktop.
Save EvanAgee/6b08d82201acc74e12c4 to your computer and use it in GitHub Desktop.
Example behat.yml for Behat and Drupal
default:
paths:
features: features
bootstrap: %behat.paths.features%/bootstrap
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
base_url: http://staging.gatewayconference.com/
files_path: '~/Dropbox/Development/Projects/gateway1/docroot/sites/gwayconf/tests/'
Drupal\DrupalExtension\Extension:
blackbox: ~
drush:
root: /var/www/html/gateway1.test/docroot/
alias: test
region_map:
Content: "#content-area"
Right sidebar: "#sidebar-second"
# VIPSoft\JiraExtension\Extension:
# host: http://internal.tableproject.org:8080/
# user: EvanAgee
# password: its_a_secret
# jql: "summary ~ 'Feature'"
# comment_on_pass: false
# comment_on_fail: true
# reopen_on_fail: false
# cache_directory: /tmp/behat-jira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment