You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this formatter is in maintenance mode and won't have new features added to it. Where you need a structured data representation of your test run, it's best to use the message formatter. Tools that rely on this formatter will continue to work, but are encouraged to migrate to consume the message output instead.
I'm not sure exactly how to map the former JSON output to the new message format.
Note: I don't actually need the richness of the message formatter. In my case, it's just a simple reporting tool that doesn't support the legacy JSON format and likely won't build an implementation for it.
The text was updated successfully, but these errors were encountered:
benjaoming
changed the title
Cucumber "message" formatter replaces "json"
Feature request: Cucumber "message" formatter replaces "json"
Apr 28, 2023
Thanks for a great project!! 👋
According to the README for cucumber-js, the
json
formatter is in "maintenance" mode and seems to be slightly discouraged: https://github.com/cucumber/cucumber-js/blob/main/docs/formatters.md#jsonI'm not sure exactly how to map the former JSON output to the new
message
format.The format is specified in detail here: https://github.com/cucumber/messages
Note: I don't actually need the richness of the
message
formatter. In my case, it's just a simple reporting tool that doesn't support the legacy JSON format and likely won't build an implementation for it.The text was updated successfully, but these errors were encountered: