is not current version
Last Version 5.7.1

net.masterthought:cucumber-reporting 2.6.3

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.

Categories

Categories

Cucumber Application Testing & Monitoring Net Reporting Business Logic Libraries
GroupId

GroupId

net.masterthought
ArtifactId

ArtifactId

cucumber-reporting
Version

Version

2.6.3
Type

Type

jar

Download cucumber-reporting 2.6.3


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