fslev / cucumber-reporting-extended

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish pretty cucumber reports

Maven Central

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

Install

Add a maven dependency to your pom

<dependency>
    <groupId>io.github.fslev</groupId>
    <artifactId>cucumber-reporting-extended</artifactId>
    <version>(check version above)</version>
</dependency>

About


Languages

Language:Java 97.9%Language:CSS 2.0%Language:JavaScript 0.1%