anho/behat-formatter-teamcity

Format ouput of behat to interact with TeamCity Continuous Integration Server

Maintainers

Package info

github.com/anho/BehatFormatterTeamcity

pkg:composer/anho/behat-formatter-teamcity

Statistics

Installs: 364 675

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-11 22:56:19 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