Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/funkwerk/cucumber-report-format
- Owner: funkwerk
- License: mit
- Created: 2017-01-16T19:31:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T20:35:56.000Z (about 8 years ago)
- Last Synced: 2024-11-13T14:53:46.751Z (3 months ago)
- Topics: behave, cucumber, format, report, testresult
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |