redeye/behat-tap-formatter

A TAP (Test Anything Protocol) formatter for Behat

dev-master / 1.1.x-dev 2018-09-26 11:11 UTC

This package is auto-updated.

Last update: 2024-05-12 04:23:22 UTC


README

A TAP (Test Anything Protocol) formatter for Behat

Based on anho/BehatFormatterTeamcity.

Usage

Add the extension to your behat.yml like this:

default:
  extensions:
    Redeye\BehatTapFormatter\TapFormatterExtension: ~

The formatter is now registered with the name tap, which means you can use on the command line it as follows:

$ behat -f tap