JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 522
  • Score
    100M100P100Q101092F
  • License MIT

console formatter for cucumber framework

Package Exports

  • @qavajs/console-formatter
  • @qavajs/console-formatter/src/formatter.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@qavajs/console-formatter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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

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