Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)