1.0.0 • Published 7 years ago

cucumber-markdown v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

#Cucumber Markdown

Converts Cucumberjs JSON output in markdown for a human readable report.

Some options can be passed to specify:

  • -o, where to save the generated file
  • -t, the title of the report
  • -s, specify if all the steps needs to be printed, default no

You can use the report by piping Cucumberjs output directly to the executable, eg:

cat report.json | cucumber-markdown