Download cucumber-reporting-3.10.0.jar file - Jar c

Jar examples for c:cucumber-reporting

Description

Provides pretty html reports for Cucumber (Behaviour-Driven Development). It works by generating html from the cucumber json report formatter. So can be used anywhere a json report is generated. Current use is in the cucumber jenkins plugin and a maven mojo to generate the same report from mvn command line when running locally.

You can download jar file cucumber-reporting 3.10.0 in this page.

License

LGPL 2.1

Build File

You can use the following script to add cucumber-reporting-3.10.0.jar to your project.

<dependency>
   <groupId>net.masterthought</groupId>
   <artifactId>cucumber-reporting</artifactId>
   <version>3.10.0</version>
</dependency>
compile group: 'net.masterthought', name: 'cucumber-reporting', version: '3.10.0'
libraryDependencies += "net.masterthought" % "cucumber-reporting" % "3.10.0"
<dependency org="net.masterthought" name="cucumber-reporting" rev="3.10.0"/>
@Grapes(@Grab(group='net.masterthought', module='cucumber-reporting', version='3.10.0'))
'net.masterthought:cucumber-reporting:jar:3.10.0'

Download

Click the following link to download the jar file.

cucumber-reporting-3.10.0-javadoc.jar
cucumber-reporting-3.10.0-sources.jar
cucumber-reporting-3.10.0.jar
cucumber-reporting-3.10.0.pom



Related Tutorials