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.
-
PHP 5.5.x or higher
-
Behat 3.x
$ composer require --dev vanare/behat-cucumber-json-formatter
Setup extension by specifying your behat.yml
:
default:
extensions:
Vanare\BehatCucumberJsonFormatter\Extension:
filename: report.json
outputDir: %paths.base%/build/tests
Then you can run:
bin/behat -f cucumber_json
filename
: Filename of generated reportoutputDir
: Generated report will be placed in this directory
MIT Licence