Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kozhevnikov/cucumber-pretty
Cucumber.js Pretty Formatter
https://github.com/kozhevnikov/cucumber-pretty
cucumber-js
Last synced: 28 days ago
JSON representation
Cucumber.js Pretty Formatter
- Host: GitHub
- URL: https://github.com/kozhevnikov/cucumber-pretty
- Owner: kozhevnikov
- License: mit
- Created: 2017-08-14T19:18:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T01:54:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T19:52:32.257Z (2 months ago)
- Topics: cucumber-js
- Language: JavaScript
- Size: 6.1 MB
- Stars: 40
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-redux-saga-boilerplate - cucumber-pretty
- awesome-react-redux-saga-boilerplate - cucumber-pretty
README
# Cucumber Pretty
[![npm][version]][npm]
[![npm][downloads]][npm][npm]: https://www.npmjs.com/package/cucumber-pretty
[version]: https://img.shields.io/npm/v/cucumber-pretty.svg
[downloads]: https://img.shields.io/npm/dm/cucumber-pretty.svgCustom Cucumber.js pretty formatter implementing event protocol for versions 3 to 6.
Official Cucumber.js pretty formatter implementing [message protocol](https://github.com/cucumber/common/tree/main/messages) for version 7 and later is at [@cucumber/pretty-formatter](https://www.npmjs.com/package/@cucumber/pretty-formatter).
- For Cucumber.js v1 and v2 use `-f pretty`
- For Cucumber.js v3, v4, and v5 install `[email protected]` and use `-f node_modules/cucumber-pretty`
- For Cucumber.js v6 install `cucumber-pretty@6` and use `-f node_modules/cucumber-pretty`
- For Cucumber.js v7 install `@cucumber/pretty-formatter` and use `-f @cucumber/pretty-formatter`Built with 🥒 by [Ilya Kozhevnikov](http://kozhevnikov.com/).
## Use
```bash
npm i cucumber-pretty
cucumber-js -f node_modules/cucumber-pretty
```## References
- https://github.com/cucumber/cucumber-js/blob/master/docs/cli.md#formats
- https://github.com/cucumber/cucumber-js/blob/master/docs/custom_formatters.md## Dark
## Light