behat.yml 250 B

123456789
  1. default:
  2. paths:
  3. features: tests/features
  4. bootstrap: %behat.paths.features%/bootstrap
  5. extensions:
  6. Behat\MinkExtension\Extension:
  7. base_url: http://localhost:8000
  8. goutte: ~
  9. selenium2: ~