8p8c/behat-cucumber-json-formatter
Composer 安装命令:
composer require 8p8c/behat-cucumber-json-formatter
包简介
Behat extension for generating json reports
README 文档
README
Note: this is a fork of Vanare/behat-cucumber-formatter. As the original project seems unmaintained and there is no possibility to contact the owner, I publish the library under my handle. Many thanks to the original team of Vanare for starting this great library!
This is Behat extension for generating json reports for Cucumber Test Result Plugin which provides graphs over time and drill down to individual results using the standard Jenkins test reporting mechanism.
Requirements
-
PHP 5.5.x or higher
-
Behat 3.x
Installation
Installation via Composer:
$ composer require --dev cawolf/behat-cucumber-json-formatter
Usage
Setup extension by specifying your behat.yml:
default:
extensions:
Vanare\BehatCucumberJsonFormatter\Extension:
fileNamePrefix: report
outputDir: %paths.base%/build/tests
Then you can run:
bin/behat -f cucumber_json
Available options:
fileNamePrefix: Filename prefix of generated reportoutputDir: Generated report will be placed in this directory
Licence
MIT Licence
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-19