trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.
https://www.softwaretester.blog
Apache License 2.0
271 stars 88 forks source link

Support for new cucumber message format (ndjson) #351

Closed nayanab123 closed 1 month ago

nayanab123 commented 2 months ago

Cucumber has introduced message formatter which generates an ndjson as an alternative to JSON formatters. The cucumber contributor team has been strongly recommending the use of the new format instead of JSON. Are there any plans to update this tool to support ndjson as well?

bischoffdev commented 2 months ago

Hello @nayanab123 , do you have a source for this recommendation? ndjson is typically associated with the Cucumber message protocol feature. I know there used to be some discussion around that but in the end, it was decided to also keep the JSON output at the end of a test run since too many external tools depend on it.

bischoffdev commented 1 month ago

Closed as there was no reaction.