/cucumber-pretty

Cucumber.js Pretty Formatter

Primary LanguageJavaScriptMIT LicenseMIT

Cucumber.js Pretty Formatter

Cucumber.js 3 pretty formatter implementing event protocol

Usage

npm install cucumber-pretty --save-dev
cucumber-js test --format node_modules/cucumber-pretty

Options

Format options can be passed via pretty property in addition to global options such as colorsEnabled.

--format-options '{ "pretty": { "summary": false } }'
Name Default Description
passed false Log passed status after step is finished
summary true Log summary after run is finished

References

TODO

  • Log Feature (v0.0.5)
  • Log @tags (v0.0.5)
  • Log descriptions
  • Log data tables
  • Log doc strings
  • Support translations
  • Colour Gherkin keywords (v0.0.4)