panopoly_test-8.x-2.0-alpha15/behat/behat.template.yml
behat/behat.template.yml
imports:
- behat.common.yml
default:
extensions:
Drupal\MinkExtension:
# Set 'base_url' to the URL to view your Drupal site.
# For example: http://mydrupalsite.com
base_url: '@BASE_URL@'
files_path: './profiles/contrib/panopoly/modules/panopoly/panopoly_test/behat'
Drupal\DrupalExtension:
drush:
# Set 'root' to the full path to your Drupal code base.
# For example: '/var/www/drupal'
root: '@DRUPAL_ROOT@'
drupal:
# Same as 'root' above!
drupal_root: '@DRUPAL_ROOT@'
# Look in the profile modules directory and pull in module subcontexts.
subcontexts:
paths:
- "./profiles/contrib/panopoly"
