@qavajs/console-formatter

0.7.2 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @qavajs/console-formatter

Weekly Downloads

239

Version

0.7.2

License

MIT

Unpacked Size

12.5 kB

Total Files

5

Last publish

Collaborators

  • alexandr_legchilov
  • kirill_bogdanets
  • alexgalichenko