An open API service indexing awesome lists of open source software.

https://github.com/fslev/cucumber-reporting-extended


https://github.com/fslev/cucumber-reporting-extended

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Publish pretty [cucumber](https://cucumber.io/) reports
[![Maven Central](https://img.shields.io/maven-central/v/io.github.fslev/cucumber-reporting-extended.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.fslev%22%20AND%20a:%22cucumber-reporting-extended%22)

This is a Java report publisher primarily created to publish cucumber reports on the Jenkins build server.
It publishes pretty html reports with charts showing the results of cucumber runs. It has been split out into a standalone package so it can be used for Jenkins and maven command line as well as any other packaging that might be useful. Generated report has no dependency so can be viewed offline.

### This is a prettified version of [cucumber-reporting](https://github.com/damianszczepanik/cucumber-reporting)

## Install

Add a maven dependency to your pom
```xml

io.github.fslev
cucumber-reporting-extended
(check version above)

```