Is your feature request related to a problem? Please describe.
I'm integrating go-bdd tests with Jenkins pipeline and missing an option to generate human-readable reports.
Describe the solution you'd like
Cucumber community has started supporting messages which can be saved as is and later can be converted to target formats (json/xml) using different tools
Describe alternatives you've considered
The reporting structure provided by go test is good for unit tests but not for BDD tests.
Is your feature request related to a problem? Please describe. I'm integrating go-bdd tests with Jenkins pipeline and missing an option to generate human-readable reports.
Describe the solution you'd like Cucumber community has started supporting messages which can be saved as is and later can be converted to target formats (json/xml) using different tools
Describe alternatives you've considered The reporting structure provided by go test is good for unit tests but not for BDD tests.
Additional context The messages generated are convertible to json formats which can then be integrated in build pipeline to generate following reports https://github.com/jenkinsci/cucumber-reports-plugin