Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@qavajs/console-formatter

qavajs2.1kMIT1.1.1

console formatter for cucumber framework

cucumber, formatter, test, automation, testing, qa, quality-assurance, test-framework, test-runner, test-automation, e2e, end-to-end, ui-testing, integration-testing, acceptance-testing, functional-testing, browser-testing, mobile-testing, cross-browser, bdd, gherkin, assertions, continuous-delivery, automation-framework

readme

@qavajs/console-formatter

Console formatter for @qavajs and cucumberjs frameworks

Installation

npm install @qavajs/console-formatter

add @qavajs/console-formatter to format property and configure in formatOptions property

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

changelog

Change Log

All notable changes to the "@qavajs/console-formatter" will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

:rocket: - new feature

:beetle: - bugfix

:x: - deprecation/removal

:pencil: - chore

:microscope: - experimental

[1.0.0]

  • :beetle: added hours to result output

[0.8.0]

  • included retries info to total report

[0.7.2]

  • made showProgress false by default

[0.7.1]

  • added showProgress config option to enable/disable progress bar

[0.7.0]

  • print progress of executing tests

[0.6.0]

  • added execution time display

[0.5.0]

  • added step gherkin location
  • fixed issue with identifying hook keyword

[0.4.0]

  • updated logs displaying

[0.3.0]

  • added support of named hooks

[0.2.1]

  • added step definition locations

[0.2.0]

  • added step definition locations
  • added log displaying

[0.1.2]

  • fixed error with retry tag