Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autokinjs/autokin-html-formatter
Autokin HTML Formatter that conforms with Cucumber Formatter
https://github.com/autokinjs/autokin-html-formatter
autokin cucumber cucumberjs formatter htm-report html report reporter
Last synced: 4 days ago
JSON representation
Autokin HTML Formatter that conforms with Cucumber Formatter
- Host: GitHub
- URL: https://github.com/autokinjs/autokin-html-formatter
- Owner: autokinjs
- License: mit
- Created: 2019-07-30T10:04:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T19:55:04.000Z (over 2 years ago)
- Last Synced: 2024-12-15T12:38:33.106Z (7 days ago)
- Topics: autokin, cucumber, cucumberjs, formatter, htm-report, html, report, reporter
- Language: JavaScript
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autokin-html-formatter
Autokin formatter that produced pretty HTML file for easy viewing of test results. Default HTML formatter for Autokin. This formatter can also be used with any cucumberjs project.
## Installation
```
npm install --save-dev autokin-html-formatter
```## Use
```
cucumber-js -f node_modules/autokin-html-formatter[:]
```## Example Output
![Autokin HTML Formatter Example](screencap.png)## References
- https://github.com/cucumber/cucumber-js/blob/master/docs/custom_formatters.md