12345678910111213141516171819202122232425 |
- class_name: OtherGuy
- modules:
- enabled: [PhpBrowser, Filesystem, OtherHelper]
- config:
- PhpBrowser:
- url: http://127.0.0.1:8000
- env:
- default:
- webdriver:
- modules:
- enabled: [WebDriver, Filesystem, OtherHelper]
- config:
- WebDriver:
- url: http://127.0.0.1:8000
- browser: firefox
- coverage:
- enabled: true
- remote: false
- include:
- - '/../app/*'
|