multiple-cucumber-html-reporter
multiple-cucumber-html-reporter copied to clipboard
Merging of json output when feature Ids match
Is your feature request related to a problem? Please describe. I run my cucumber tests in 2 modes, one for automated tests, and one with @manual tests which document manual test scenarios.
This creates 2 json files which is processed fine by the reporter apart from it creates 2 entries in the features overview for the same feature (from the 2 json files). The feature ID is the same though.
Describe the solution you'd like
I'd like to merge the features when the Ids are the same.
Describe alternatives you've considered Hacking the merged json before the html is generate :-(
Additional context
I'm happy to create a PR with this in, if you can give me an rough ETA on when it may be merged if I do it.
Actually this is probably more of a bug, as when I try and drill down to the features (I've got staticFilePath as true) I can only get to the manual tests and not the automated ones as the feature file has the same name and the manual ones happened to overwrite the output of the automated ones.