No commit activity in last 3 years
No release in over 3 years
Template Engine for Cucumber Reports
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.11.2
 Project Readme

Build Status Code Climate Downloads Latest Tag

cucumber-report-format

Formats Cucumber Reports

Usage

cucumber-report-format --template templates/summary.erb cucumber-report.json

Will output something like:

## Summary

| Tests        | 6 |
| - | - |
| Passed       | 1 |
| Failed       | 2 |
| Not Executed | 3 |

Predefined Templates

name description
markdown Markdown Output of detailed Report
overall_summary Prints an overall summary of the executed tests
summary Print a summary of the executed tests
tag_overview Provides an overview over the used tags