is not current version
Last Version 5.7.1

net.masterthought:cucumber-reporting 2.2.0

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

2.2.0
Type

Type

jar

Download cucumber-reporting 2.2.0


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