c

cucumber-html-reporting

Provides pretty html reports for Cucumber. It works by generating html from the cucumber json file.
https://github.com/eugenia-michalska/cucumber-html-reporting
LGPL 2.1
Eugenia Michalska
Files download
File Operation
cucumber-html-reporting-1.0.1.jar download
cucumber-html-reporting-1.0.1.pom download
cucumber-html-reporting-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.paranoidandroid</groupId>
  <artifactId>cucumber-html-reporting</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'tech.paranoidandroid:cucumber-html-reporting:1.0.1'
Gradle Kotlin
implementation("tech.paranoidandroid:cucumber-html-reporting:1.0.1")
Scala SBT
libraryDependencies += "tech.paranoidandroid" % "cucumber-html-reporting" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.paranoidandroid', module='cucumber-html-reporting', version='1.0.1')
)
Apache Ivy
<dependency org="tech.paranoidandroid" name="cucumber-html-reporting" rev="1.0.1" />
Leiningen
[tech.paranoidandroid/cucumber-html-reporting "1.0.1"]
Apache Buildr
'tech.paranoidandroid:cucumber-html-reporting:jar:1.0.1'