https://github.com/hdorgeval/cucumber-console-formatter
A simple console formatter for Cucumber.js v7
https://github.com/hdorgeval/cucumber-console-formatter
console-format cucumber-js cucumberjs custom-formatter v7
Last synced: 7 days ago
JSON representation
A simple console formatter for Cucumber.js v7
- Host: GitHub
- URL: https://github.com/hdorgeval/cucumber-console-formatter
- Owner: hdorgeval
- License: mit
- Created: 2021-01-05T17:52:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T12:20:44.000Z (over 4 years ago)
- Last Synced: 2024-10-18T08:37:10.710Z (6 months ago)
- Topics: console-format, cucumber-js, cucumberjs, custom-formatter, v7
- Language: TypeScript
- Homepage:
- Size: 248 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber-console-formatter
[](https://travis-ci.org/hdorgeval/cucumber-console-formatter)
[](https://ci.appveyor.com/project/hdorgeval/cucumber-console-formatter)
[](https://www.npmjs.com/package/cucumber-console-formatter)A simple console formatter for Cucumber.js v7

## To install this console formatter
- run the command:
```sh
npm install --save cucumber-console-formatter
```## Usage
- add to the cucumber-js command-line the following option:
```sh
--format cucumber-console-formatter
```