0.7.2 • Published 2 months ago

@qavajs/console-formatter v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@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

npm.io

0.7.2

2 months ago

0.7.1

4 months ago

0.7.0

4 months ago

0.3.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.6.0

8 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago