# cucumber-reports **Repository Path**: mirrors_andyglick/cucumber-reports ## Basic Information - **Project Name**: cucumber-reports - **Description**: Cucumber JVM Reports Generation Solution - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://maven-badges.herokuapp.com/maven-central/com.github.mkolisnyk/cucumber-reports/badge.svg?style=flat)](http://mvnrepository.com/artifact/com.github.mkolisnyk/cucumber-reports) # 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: ```xml com.github.mkolisnyk cucumber-reports 0.0.12 ``` or Gradle dependency: ```groovy compile 'com.github.mkolisnyk:cucumber-reports:0.0.12' ``` # 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 |