email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Authors and Categories view missing info when appending to existing report #88

Closed johnmorand closed 6 years ago

johnmorand commented 6 years ago

This is the scenario. Test run which has author "Author_A" assigned and groups of "testA" and "smoke" set Report created and author and groups shown correctly in Categories and also in "Authors" view

Another test run which has author "AuthorB" and groups of "testB" and "performance", with the AppendExisting flag set to true.

Authors view only shows AuthorB and Categories view only shows testB and performance. Tests view shows all tests and all authors and categories correctly though.

email2vimalraj commented 6 years ago

@johnmorand : CucumberExtentReporter doesn't directly deal with ExtentReport APIs. This issue is more like ExtentReport. Kindly report over there.