knp_behat.yml 605 B

1234567891011121314151617181920212223
  1. #
  2. # References :
  3. # Behat - BDD framework : http://docs.behat.org/bundle/index.html
  4. # Mink - Web acceptance testing : http://mink.behat.org/
  5. #
  6. mink:
  7. base_url: http://localhost/app_dev.php
  8. show_cmd: mate %%s
  9. # default_session: sahi # use Javascript engine
  10. default_session: goutte # use for real HTTP test (remote server)
  11. # default_session: symfony # use symfony http client, test local symfony project
  12. goutte:
  13. server_parameters:
  14. host: http://localhost
  15. sahi:
  16. host: x.local
  17. behat: ~