2017 © Pedro Peláez
 

library behat-tap-formatter

A TAP (Test Anything Protocol) formatter for Behat

image

redeye/behat-tap-formatter

A TAP (Test Anything Protocol) formatter for Behat

  • Wednesday, May 3, 2017
  • by magnusnordlander
  • Repository
  • 2 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BehatTapFormatter

A TAP (Test Anything Protocol) formatter for Behat, (*1)

Based on anho/BehatFormatterTeamcity., (*2)

Usage

Add the extension to your behat.yml like this:, (*3)

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:, (*4)

$ behat -f tap

The Versions

03/05 2017

dev-master

9999999-dev

A TAP (Test Anything Protocol) formatter for Behat

  Sources   Download

MIT

The Requires