Jar examples for c:cucumber-reporting
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 2.4.0 in this page.
LGPL 2.1
You can use the following script to add cucumber-reporting-2.4.0.jar to your project.
<dependency> <groupId>net.masterthought</groupId> <artifactId>cucumber-reporting</artifactId> <version>2.4.0</version> </dependency>
compile group: 'net.masterthought', name: 'cucumber-reporting', version: '2.4.0'
libraryDependencies += "net.masterthought" % "cucumber-reporting" % "2.4.0"
<dependency org="net.masterthought" name="cucumber-reporting" rev="2.4.0"/>
@Grapes(@Grab(group='net.masterthought', module='cucumber-reporting', version='2.4.0'))
'net.masterthought:cucumber-reporting:jar:2.4.0'
Click the following link to download the jar file.
cucumber-reporting-2.4.0-javadoc.jar