You are here

behat.yml in Bear 7

Same filename and directory in other branches
  1. 8.2 tests/behat.yml
  2. 8 tests/behat.yml
  3. 7.2 tests/behat.yml
tests/behat.yml

File

tests/behat.yml
View source
  1. default:
  2. #suites:
  3. # default:
  4. # contexts:
  5. # - FeatureContext
  6. # - Drupal\DrupalExtension\Context\DrupalContext
  7. # - Drupal\DrupalExtension\Context\MinkContext
  8. extensions:
  9. Behat\MinkExtension\Extension:
  10. goutte: ~
  11. selenium2: ~
  12. base_url: http://bear_updates.local
  13. Drupal\DrupalExtension\Extension:
  14. blackbox: ~
  15. api_driver: 'drupal'
  16. drush:
  17. alias: 'local'
  18. drupal:
  19. drupal_root: '/var/www/bear_updates/webroot'
  20. probo:
  21. #suites:
  22. # default:
  23. # contexts:
  24. # - FeatureContext
  25. # - Drupal\DrupalExtension\Context\DrupalContext
  26. # - Drupal\DrupalExtension\Context\MinkContext
  27. extensions:
  28. Behat\MinkExtension\Extension:
  29. goutte: ~
  30. selenium2: ~
  31. base_url: http://localhost
  32. Drupal\DrupalExtension\Extension:
  33. blackbox: ~
  34. api_driver: 'drupal'
  35. drush:
  36. alias: 'local'
  37. drupal:
  38. drupal_root: '/var/www/html'