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