redeye / behat-tap-formatter
Behat的TAP(测试任何协议)格式化器
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: 2024-09-12 05:00:28 UTC
README
Behat的TAP(测试任何协议)格式化器
基于anho/BehatFormatterTeamcity。
用法
将扩展添加到您的behat.yml
中,如下所示
default: extensions: Redeye\BehatTapFormatter\TapFormatterExtension: ~
格式化器现在已注册为tap
名称,这意味着您可以在命令行上使用它,如下所示
$ behat -f tap