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