8p8c / behat-cucumber-json-formatter
Behat extension for generating json reports
v1.2.1
2017-07-21 17:58 UTC
Requires
- php: >=5.6
- behat/behat: ^3.0
Requires (Dev)
- mikey179/vfsstream: 1.6.0
- phpunit/phpunit: ^5.0
- symfony/process: ^3.0
This package is not auto-updated.
Last update: 2024-11-12 20:11:56 UTC
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