You are here

behat-pantheon.yml in Pantheon Advanced Page Cache 7

Same filename and directory in other branches
  1. 8 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. - FeatureContext
  11. - Drupal\DrupalExtension\Context\DrushContext
  12. - Drupal\DrupalExtension\Context\DrupalContext
  13. - Drupal\DrupalExtension\Context\MinkContext
  14. # - PantheonSystems\CDNBehatHelpers\Contexts\FeatureContext
  15. extensions:
  16. Behat\MinkExtension:
  17. goutte: ~
  18. # Supplied by env variable.
  19. # base_url: http://dev-d8cdn.pantheonsite.io/
  20. Drupal\DrupalExtension:
  21. blackbox: ~
  22. api_driver: 'drush'
  23. drush:
  24. # Supplied by env variable.
  25. # alias: '@pantheon.d8cdn.dev'