dev-master
9999999-devFormat ouput of behat to interact with TeamCity Continuous Integration Server
MIT
The Requires
- php >=5.3.3
- behat/behat ~3.0
The Development Requires
behat teamcity
Format ouput of behat to interact with TeamCity Continuous Integration Server
Add the extension to your behat.yml like this:, (*2)
default: extensions: Behat\TeamCityFormatter\TeamCityFormatterExtension: ~
Add the formatter to your suite:, (*3)
some_suite: formatters: teamcity:
Just use the key teamcity
as your formatter:, (*4)
behat -f teamcity
Format ouput of behat to interact with TeamCity Continuous Integration Server
MIT
behat teamcity