View on GitHub

Cucumber Reports

Cucumber JVM reports generation solution

Download this project as a .zip file Download this project as a tar.gz file

Cucumber Reporting library is the set of Cucumber extensions to produce additional HTML reports and extend existing Cucumber runner functionality (currently based on JUnit).

The Latest Version: Cucumber Report

Latest Build Status:

Github Releases:

How to include

The library is supposed to be included as Maven or Gradle dependency.

So, in order to add this library we should add either Maven dependency like:

<dependency>
    <groupId>com.github.mkolisnyk</groupId>
    <artifactId>cucumber-runner</artifactId>
    <version>1.3.4</version>
</dependency>

or Gradle dependency:

compile 'com.github.mkolisnyk:cucumber-runner:1.3.4'

Features

Cucumber Engine Extensions

Pre- and Post-conditions

BeforeSuite and AfterSuite

Failed Tests Re-run

Reports

System Requirements

Component Value
Java Version 1.8 or greater
Maven 3.0 or greater
Cucumber Version 1.2.5 or greater
Current:
Cucumber
JUnit Version 4.12 or greater
Current:
JUnit