https://github.com/funkwerk/cucumber-report-format
Formats Cucumber Reports
https://github.com/funkwerk/cucumber-report-format
behave cucumber format report testresult
Last synced: 6 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T20:35:56.000Z (over 8 years ago)
- Last Synced: 2025-03-14T05:03:08.901Z (7 months ago)
- Topics: behave, cucumber, format, report, testresult
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/funkwerk/cucumber-report-format)
[](https://codeclimate.com/github/funkwerk/cucumber-report-format)
[](https://rubygems.org/gems/cucumber-report-format)
[](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 |