You are here

behat.yml in Support Ticketing System 8

tests/behat/behat.yml

File

tests/behat/behat.yml
View source
  1. default:
  2. suites:
  3. default:
  4. contexts:
  5. - Drupal\DrupalExtension\Context\DrupalContext
  6. - Drupal\DrupalExtension\Context\DrushContext
  7. - Drupal\DrupalExtension\Context\MinkContext
  8. extensions:
  9. Behat\MinkExtension:
  10. base_url: http://127.0.0.1/
  11. goutte: ~
  12. selenium2: ~
  13. browser_name: firefox
  14. Drupal\DrupalExtension:
  15. blackbox: ~
  16. api_driver: "drush"
  17. drush_driver: "drush"
  18. drush:
  19. root: "/var/www/html"