Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/funkwerk/cucumber-report-format

Formats Cucumber Reports
https://github.com/funkwerk/cucumber-report-format

behave cucumber format report testresult

Last synced: about 1 month ago
JSON representation

Formats Cucumber Reports

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/funkwerk/cucumber-report-format.svg)](https://travis-ci.org/funkwerk/cucumber-report-format)
[![Code Climate](https://codeclimate.com/github/funkwerk/cucumber-report-format/badges/gpa.svg)](https://codeclimate.com/github/funkwerk/cucumber-report-format)
[![Downloads](https://img.shields.io/gem/dt/cucumber-report-format.svg)](https://rubygems.org/gems/cucumber-report-format)
[![Latest Tag](https://img.shields.io/github/tag/funkwerk/cucumber-report-format.svg)](https://rubygems.org/gems/cucumber-report-format)

# 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 |