1.0.0 • Published 10 months ago

@qavajs/console-formatter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

export 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

1.0.0

10 months ago

0.8.0

1 year ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.6.0

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago