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

Package detail

cucumber-pretty

kozhevnikov98.5kMIT6.0.1

Cucumber.js Pretty Formatter

readme

Cucumber Pretty

npm npm

Custom Cucumber.js pretty formatter implementing event protocol for versions 3 to 6.

Official Cucumber.js pretty formatter implementing message protocol for version 7 and later is at @cucumber/pretty-formatter.

  • For Cucumber.js v1 and v2 use -f pretty
  • For Cucumber.js v3, v4, and v5 install `cucumber-pretty@1.5and use-f node_modules/cucumber-pretty`
  • For Cucumber.js v6 install cucumber-pretty@6 and use -f node_modules/cucumber-pretty
  • For Cucumber.js v7 install @cucumber/pretty-formatter and use -f @cucumber/pretty-formatter

Built with 🥒 by Ilya Kozhevnikov.

Use

npm i cucumber-pretty
cucumber-js -f node_modules/cucumber-pretty

References

Dark

Light

changelog

CHANGELOG

6.0.0 - 2019-10-10

  • Unpublish 1.6.0 and increase semver to 6.0.0 due to no backward compatibility with ^1.5.2

1.6.0 - 2019-10-10

  • Support Cucumber.js 6
  • Update dependencies