You are here

drupal.behat.yml in Lightning Core 8.5

Same filename and directory in other branches
  1. 8.3 tests/drupal.behat.yml
  2. 8.4 tests/drupal.behat.yml
tests/drupal.behat.yml

File

tests/drupal.behat.yml
View source
  1. #
  2. # Contains default configuration for the Drupal Extension.
  3. #
  4. default:
  5. extensions:
  6. Drupal\DrupalExtension:
  7. api_driver: drupal
  8. blackbox: ~
  9. drupal:
  10. drupal_root: 'docroot'
  11. drush:
  12. alias: self
  13. selectors:
  14. error_message_selector: '.messages [role="alert"]'
  15. warning_message_selector: .messages--warning
  16. login_form_selector: '#user-login-form'