Download cucumber-reporting-2.6.3.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 2.6.3 in this page.

License

LGPL 2.1

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials