Open jmoglesby opened 4 years ago
Agreed! There's a bugs in the standalone json formatter that is preventing it from processing our results in 5.x and we've lost our reporting as a result. While forking or updating this project to support the new message format may be a large effort, it's something cucumber is definitely standardizing on going forward.
A stopgap for many may be the integration of the standalone tool execution step into the report builder. It would at least keep the project still technically compatible with the two most recent major versions of Cucumber.
Cucumber 4+ has a default output format called messages.
While I've been able to use the stand-alone json formatter to convert
messages
intojson
for use withreport_builder
, it would be nice ifreport_builder
supported the new nativemessages
format.Support for direct use of the
messages
format would be beneficial because:cucumber-json-formatter
) in my test environmentsmessages
>json
in my test scripts -- any time saved in large regression runs is a worthwhile thingThank you!