Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qavajs/console-formatter
console formatter for cucumber
https://github.com/qavajs/console-formatter
cucumber-js qa test-automation testing
Last synced: 3 months ago
JSON representation
console formatter for cucumber
- Host: GitHub
- URL: https://github.com/qavajs/console-formatter
- Owner: qavajs
- License: mit
- Created: 2022-08-03T07:08:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:24:48.000Z (3 months ago)
- Last Synced: 2024-10-03T08:10:02.242Z (3 months ago)
- Topics: cucumber-js, qa, test-automation, testing
- Language: JavaScript
- Size: 760 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
# @qavajs/console-formatter
Console formatter for @qavajs and cucumberjs frameworks
### Installation
To install formatter run`npm install @qavajs/console-formatter`
and add to formatter section in config file
```javascript
module.exports = {
default: {
format: ['@qavajs/console-formatter'],
formatOptions: {
console: {
showLogs: true, // show this.log entries in output. Default - false
showProgress: false // show progress bar. Default - false
}
},
}
}
```or pass `--format @qavajs/console-formatter in cli`
![](assets/report_example.png)