mmadariaga / cucumber-pretty

Cucumber.js Pretty Formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Cucumber.js Pretty Formatter

License:MIT License


Languages

Language:JavaScript 80.1%Language:Gherkin 19.9%