anho / behat-formatter-teamcity
Format ouput of behat to interact with TeamCity Continuous Integration Server
Installs: 338 499
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 4
Open Issues: 0
Requires
- php: >=5.3.3
- behat/behat: ~3.0
Requires (Dev)
- phpunit/phpunit: ~4.4
- symfony/process: ~2.5
This package is not auto-updated.
Last update: 2024-11-23 16:08:42 UTC
README
Load the extension
Add the extension to your behat.yml like this:
default:
extensions:
Behat\TeamCityFormatter\TeamCityFormatterExtension: ~
Use in behat.yml
Add the formatter to your suite:
some_suite:
formatters:
teamcity:
Use on command line
Just use the key teamcity
as your formatter:
behat -f teamcity