You are here

behat.common.yml in Commerce Kickstart 7.2

tests/behat/behat.common.yml

File

tests/behat/behat.common.yml
View source
  1. default:
  2. suites:
  3. default:
  4. failure_path: '%paths.base%/failures'
  5. paths:
  6. features: 'features'
  7. contexts:
  8. - FeatureContext
  9. - FailureContext
  10. - Drupal\DrupalExtension\Context\DrupalContext
  11. - Drupal\DrupalExtension\Context\MinkContext
  12. extensions:
  13. Behat\MinkExtension:
  14. goutte: ~
  15. selenium2:
  16. browser: chrome
  17. sessions:
  18. default:
  19. selenium2:
  20. browser: chrome
  21. wd_host: http://localhost:9515
  22. capabilities:
  23. chrome:
  24. switches:
  25. - "--window-size=800,600"
  26. - "--no-sandbox"
  27. - "--user-agent=ChromeDriver"
  28. - "--headless"
  29. files_path: ../../
  30. Drupal\DrupalExtension:
  31. blackbox: ~
  32. region_map:
  33. Tabs: ".tabs.primary"
  34. Navbar: "#toolbar"