https://github.com/fslev/cucumber-reporting-extended
https://github.com/fslev/cucumber-reporting-extended
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fslev/cucumber-reporting-extended
- Owner: fslev
- Created: 2021-07-29T08:13:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:17:37.000Z (about 2 years ago)
- Last Synced: 2025-07-16T06:36:29.156Z (12 months ago)
- Language: Java
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Publish pretty [cucumber](https://cucumber.io/) reports
[](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)
```