You are here

behat.yml in Booking and Availability Management Tools for Drupal 8

Same filename and directory in other branches
  1. 7 test/behat/behat.yml
test/behat/behat.yml

File

test/behat/behat.yml
View source
  1. default:
  2. suites:
  3. default:
  4. paths:
  5. - '%paths.base%/features'
  6. contexts:
  7. - FeatureContext
  8. - Drupal\DrupalExtension\Context\MinkContext
  9. - Drupal\DrupalExtension\Context\MessageContext
  10. - Drupal\DrupalExtension\Context\DrushContext
  11. - Roomify\RoomifyExtension\Context\RoomifyContext
  12. extensions:
  13. Behat\MinkExtension:
  14. base_url: 'http://127.0.0.1:8888'
  15. files_path: '%paths.base%/testing_files'
  16. selenium2:
  17. capabilities: { "browser": "chrome", "version": "*", "marionette": true, "extra_capabilities": { "chromeOptions": { "w3c": false } } }
  18. javascript_session: 'selenium2'
  19. Drupal\DrupalExtension:
  20. blackbox: ~
  21. api_driver: 'drupal'
  22. drush_driver: 'drush'
  23. drush:
  24. root: ../..
  25. Bex\Behat\ScreenshotExtension:
  26. screenshot_taking_mode: all_scenarios
  27. active_image_drivers: local
  28. image_drivers:
  29. local:
  30. screenshot_directory: /tmp
  31. imports:
  32. - behat.local.yml