is not current version
Last Version 5.7.1

net.masterthought:cucumber-reporting 0.0.20

This project provides pretty html reports for Cucumber. 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.

Categories

Categories

Cucumber Application Testing & Monitoring Net Reporting Business Logic Libraries
GroupId

GroupId

net.masterthought
ArtifactId

ArtifactId

cucumber-reporting
Version

Version

0.0.20
Type

Type

jar

Download cucumber-reporting 0.0.20


<!-- https://jarcasting.com/artifacts/net.masterthought/cucumber-reporting/ -->
<dependency>
    <groupId>net.masterthought</groupId>
    <artifactId>cucumber-reporting</artifactId>
    <version>0.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/net.masterthought/cucumber-reporting/
implementation 'net.masterthought:cucumber-reporting:0.0.20'
// https://jarcasting.com/artifacts/net.masterthought/cucumber-reporting/
implementation ("net.masterthought:cucumber-reporting:0.0.20")
'net.masterthought:cucumber-reporting:jar:0.0.20'
<dependency org="net.masterthought" name="cucumber-reporting" rev="0.0.20">
  <artifact name="cucumber-reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.masterthought', module='cucumber-reporting', version='0.0.20')
)
libraryDependencies += "net.masterthought" % "cucumber-reporting" % "0.0.20"
[net.masterthought/cucumber-reporting "0.0.20"]