rajatthareja/ReportBuilder

Not working with Cucumber 5.1.0

Opened this issue · 1 comments

  • Seems report builder is not working with cucumber version 5.1.0

Cucumber deprecated the JSON formatter that report_builder uses in 5.x There's a standalone tool that can convert the new messages formatted output to the old JSON format.
https://github.com/cucumber/cucumber/tree/master/json-formatter

Be aware that if you use tags on example tables, there's currently a bug that will prevent the generation of the JSON file:
cucumber/common#1216