Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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