redeye / behat-tap-formatter
A TAP (Test Anything Protocol) formatter for Behat
dev-master / 1.1.x-dev
2018-09-26 11:11 UTC
Requires
- php: ^7.0
- behat/behat: ^3.3
- symfony/console: ^2.7|^3.0|^4.0
- symfony/yaml: ^2.7|^3.0|^4.0
This package is auto-updated.
Last update: 2026-02-12 07:59:30 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