This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Home
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 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'
Component | Value |
---|---|
Java Version | 1.8 or greater |
Maven | 3.0 or greater |
Cucumber Version | 1.2.2 |
JUnit Version | 4.11 or geater |