multiple-cucumber-html-reporter
multiple-cucumber-html-reporter copied to clipboard
Support for Cucumber v8 NDJSON
The JSON formatter in version 8 of Cucumber is in maintenance mode and will at some point be deprecated.
The JSON formatter is to be replaces with the new Message formatter that aims to address a number of shortcomings such as a high memory footprint and a lack of a formal schema.
Given that the JSON formatter is no longer being developed and will be deprecated, will you be looking to support the new NDJSON format that is created by the message formatter?
Hi @humphreyn
Thanks for this heads up. For now I don't have it on my to-do list, but love to look into it. Do you have some more information about the format?
@wswebcreation JSON Formatter is in maintenance mode and no new features will be added. At the moment, it couldn't handle large json files for report generation. Is it possible to use the ndjson file that cucumber generates at the end of test execution to be consumed by this plugin? It would definitely save lot of time for all?
Sure, we can, any help, more docs and so on would be appreciated