You are here

behat.yml in Lightning API 8.2

Same filename and directory in other branches
  1. 8.3 behat.yml

File

behat.yml
View source
  1. default:
  2. suites:
  3. default:
  4. paths:
  5. - 'docroot/modules/contrib/lightning_api/tests/features'
  6. - 'docroot/modules/contrib/lightning_core/tests/features'
  7. contexts:
  8. - '\Drupal\DrupalExtension\Context\DrupalContext'
  9. - '\Drupal\DrupalExtension\Context\MinkContext'
  10. - '\Drupal\DrupalExtension\Context\MessageContext'
  11. - '\Drupal\DrupalExtension\Context\DrushContext'
  12. - '\Drupal\Tests\lightning_core\FixtureContext'
  13. extensions:
  14. DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: null
  15. Behat\MinkExtension:
  16. browser_name: chrome
  17. sessions:
  18. javascript:
  19. chrome:
  20. api_url: 'http://localhost:9222'
  21. base_url: 'http://127.0.0.1:8080'
  22. goutte: null
  23. selenium2:
  24. wd_host: 'http://127.0.0.1:4444/wd/hub'
  25. browser: chrome
  26. Drupal\DrupalExtension:
  27. api_driver: drupal
  28. blackbox: null
  29. drupal:
  30. drupal_root: 'docroot'
  31. drush:
  32. alias: self
  33. selectors:
  34. error_message_selector: '.messages [role="alert"]'
  35. warning_message_selector: .messages--warning
  36. login_form_selector: '#user-login-form'
  37. subcontexts:
  38. paths:
  39. - 'modules/contrib/lightning_core/tests/contexts'