anho/behat-formatter-teamcity

Format ouput of behat to interact with TeamCity Continuous Integration Server

Installs: 358 003

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 4

Open Issues: 0

pkg:composer/anho/behat-formatter-teamcity

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

This package is not auto-updated.

Last update: 2025-10-25 20:47:05 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