is not current version
Last Version 5.7.1

net.masterthought:cucumber-reporting 3.6.0

Provides pretty html reports for Cucumber. It works by generating html from the cucumber json file.

Categories

Categories

Cucumber Application Testing & Monitoring Net Reporting Business Logic Libraries
GroupId

GroupId

net.masterthought
ArtifactId

ArtifactId

cucumber-reporting
Version

Version

3.6.0
Type

Type

jar

Download cucumber-reporting 3.6.0


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