https://github.com/rdey/behattapformatter
A TAP (Test Anything Protocol) formatter for Behat
https://github.com/rdey/behattapformatter
lib php71 php72 php73 php74 sf44
Last synced: 7 months ago
JSON representation
A TAP (Test Anything Protocol) formatter for Behat
- Host: GitHub
- URL: https://github.com/rdey/behattapformatter
- Owner: rdey
- License: mit
- Created: 2017-05-03T10:14:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T11:11:12.000Z (over 7 years ago)
- Last Synced: 2025-03-13T03:14:34.533Z (11 months ago)
- Topics: lib, php71, php72, php73, php74, sf44
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BehatTapFormatter
A TAP (Test Anything Protocol) formatter for Behat
Based on [anho/BehatFormatterTeamcity](https://github.com/anho/BehatFormatterTeamcity).
## Usage
Add the extension to your `behat.yml` like this:
```yaml
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
```