Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Myk Kolisnyk edited this page Sep 13, 2015 · 1 revision

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

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-reports</artifactId>
    <version>0.0.11</version>
</dependency>

or Gradle dependency:

compile 'com.github.mkolisnyk:cucumber-reports:0.0.11'

Features

Cucumber Engine Extensions

Pre- and Post-conditions

Failed Tests Re-run

Reports

Overview Report

Detailed Report

Test Coverage Report

Usage Report

System Requirements

Component Value
Java Version 1.8 or greater
Maven 3.0 or greater
Cucumber Version 1.2.2
JUnit Version 4.11 or geater