You are here

example.behat.local.yml in Facebook Instant Articles 3.x

Same filename and directory in other branches
  1. 8.2 tests/src/Behat/example.behat.local.yml
tests/src/Behat/example.behat.local.yml

File

tests/src/Behat/example.behat.local.yml
View source
  1. # Local Behat configuration file.
  2. #
  3. # See the testing section of the [README.md](README.md) to learn how to use this file.
  4. default:
  5. suites:
  6. default:
  7. contexts:
  8. - FbInstantArticlesFeatureContext
  9. - Drupal\DrupalExtension\Context\DrupalContext
  10. - Drupal\DrupalExtension\Context\MinkContext
  11. - Drupal\DrupalExtension\Context\MessageContext
  12. extensions:
  13. Behat\MinkExtension:
  14. goutte: ~
  15. selenium2:
  16. wd_host: http://MY-IP-ADDRESS:4444/wd/hub
  17. base_url: http://localhost:8080
  18. browser_name: 'chrome'
  19. Drupal\DrupalExtension:
  20. blackbox: ~
  21. api_driver: 'drupal'
  22. drush:
  23. alias: 'local'
  24. drupal:
  25. drupal_root: '/var/www/docroot'
  26. region_map:
  27. footer: "#footer"
  28. selectors:
  29. message_selector: '.messages'
  30. error_message_selector: '.messages.messages--error'
  31. success_message_selector: '.messages.messages--status'