Vanare / behat-cucumber-formatter

http://vanare.com
MIT License
5 stars 23 forks source link

Unfortunately, the project is not supported anymore.

Behat Cucumber Json Formatter

Build Status

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

Installation

Installation via Composer:

$ composer require --dev vanare/behat-cucumber-json-formatter

Usage

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

Available options:

Licence

MIT Licence