redeye / behat-tap-formatter
A TAP (Test Anything Protocol) formatter for Behat
Installs: 17 444
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 0
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: 2024-10-12 05:07:04 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