You are here

behat-pantheon.yml in Pantheon Advanced Page Cache 8

Same filename and directory in other branches
  1. 7 tests/behat/behat-pantheon.yml
tests/behat/behat-pantheon.yml

File

tests/behat/behat-pantheon.yml
View source
  1. #
  2. # behat.yml file for testing with a Drupal site on Pantheon.
  3. #
  4. default:
  5. suites:
  6. default:
  7. paths:
  8. - "%paths.base%/features"
  9. contexts:
  10. - Drupal\DrupalExtension\Context\DrushContext
  11. - Drupal\DrupalExtension\Context\DrupalContext
  12. - Drupal\DrupalExtension\Context\MinkContext
  13. - PantheonSystems\CDNBehatHelpers\Contexts\FeatureContext
  14. extensions:
  15. Behat\MinkExtension:
  16. goutte: ~
  17. # Supplied by env variable.
  18. # base_url: http://dev-d8cdn.pantheonsite.io/
  19. Drupal\DrupalExtension:
  20. blackbox: ~
  21. api_driver: 'drush'
  22. drush:
  23. alias: 'self'
  24. binary: "terminus drush $TERMINUS_SITE.$TERMINUS_ENV -- "