anho / behat-formatter-teamcity
Format ouput of behat to interact with TeamCity Continuous Integration Server
dev-master
2016-11-08 13:36 UTC
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: 2026-04-11 22:56:19 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