You are here

behat.template.yml in Panopoly 7

Same filename and directory in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/behat.template.yml
modules/panopoly/panopoly_test/behat/behat.template.yml

File

modules/panopoly/panopoly_test/behat/behat.template.yml
View source
  1. imports:
  2. - behat.common.yml
  3. default:
  4. extensions:
  5. Drupal\MinkExtension:
  6. # Set 'base_url' to the URL to view your Drupal site.
  7. # For example: http://mydrupalsite.com
  8. base_url: '@BASE_URL@'
  9. files_path: './profiles/panopoly/modules/panopoly/panopoly_test/behat'
  10. Drupal\DrupalExtension:
  11. drush:
  12. # Set 'root' to the full path to your Drupal code base.
  13. # For example: '/var/www/drupal'
  14. root: '@DRUPAL_ROOT@'
  15. drupal:
  16. # Same as 'root' above!
  17. drupal_root: '@DRUPAL_ROOT@'
  18. # Look in the profile modules directory and pull in module subcontexts.
  19. subcontexts:
  20. paths:
  21. - "./profiles/panopoly"