anho/behat-formatter-teamcity

Format ouput of behat to interact with TeamCity Continuous Integration Server

dev-master 2016-11-08 13:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:43:23 UTC


README

Build Status

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