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

Test Trends Report #259

Closed dhana-r closed 4 years ago

dhana-r commented 4 years ago

Is your feature request related to a problem? Please describe. This plugin is very nice but there is no way to report the trends of test.

Describe the solution you'd like I feel it would be more beneficial if we have trends report similar cucumber-reports(jenkins)

Describe alternatives you've considered maven-cucumber-reports plugin is alternative

bischoffdev commented 4 years ago

Test trends are not included in Cucumber json files. So the only way to do this is to keep statistics within the plugin context. This is out of scope for Cluecumber as it is meant to be a tool to report a single test suite run.