ChrisVereb
Results
2
comments of
ChrisVereb
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...
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...