0.8.0 • Published 2 months ago
@qavajs/console-formatter v0.8.0
@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
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