go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

Support for Cucumber style reports #128

Open anuragh27crony opened 3 years ago

anuragh27crony commented 3 years ago

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

github-actions[bot] commented 3 years ago

Thanks for creating your first issue! We are thankful for your help

bkielbasa commented 3 years ago

@sagikazarmark WDYT? We've discussed it a bit in the discussion.