remote.suite.yml 476 B

12345678910111213141516171819202122232425
  1. class_name: OtherGuy
  2. modules:
  3. enabled: [PhpBrowser, Filesystem, OtherHelper]
  4. config:
  5. PhpBrowser:
  6. url: http://127.0.0.1:8000
  7. env:
  8. default:
  9. webdriver:
  10. modules:
  11. enabled: [WebDriver, Filesystem, OtherHelper]
  12. config:
  13. WebDriver:
  14. url: http://127.0.0.1:8000
  15. browser: firefox
  16. coverage:
  17. enabled: true
  18. remote: false
  19. include:
  20. - '/../app/*'