An open API service indexing awesome lists of open source software.

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

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
```