is not current version
Last Version 5.7.1

net.masterthought:cucumber-reporting 3.5.1

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

3.5.1
Type

Type

jar

Download cucumber-reporting 3.5.1


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