You are here

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

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

File

test/behat/behat.yml
View source
  1. default:
  2. suites:
  3. default:
  4. contexts:
  5. - FeatureContext
  6. - Drupal\DrupalExtension\Context\MinkContext
  7. - Drupal\DrupalExtension\Context\MessageContext
  8. - Drupal\DrupalExtension\Context\DrushContext
  9. - Roomify\RoomifyExtension\Context\RoomifyContext
  10. extensions:
  11. Behat\MinkExtension:
  12. base_url: 'http://127.0.0.1:8888'
  13. files_path: '%paths.base%/testing_files'
  14. selenium2:
  15. browser: chrome
  16. javascript_session: 'selenium2'
  17. Drupal\DrupalExtension:
  18. blackbox: ~
  19. api_driver: 'drupal'
  20. drush_driver: 'drush'
  21. drush:
  22. root: ../..
  23. imports:
  24. - behat.local.yml