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

Add ability to append browser being used for each feature under the list of features #94

Closed jas7002 closed 6 years ago

jas7002 commented 6 years ago

When running feature files and using a testng xml file to run them on three different browsers, each feature will appear three different times on the left hand side of the extent report. There should be a way to append the name of the browser being used for each feature, much like how you can append the date and time for them. Below is an example of a report where I run the feature "Login Page Invalid Logins" on three different browsers, and you cannot distinguish the difference between them just by looking at the name of the feature: image

Fraser-M-Hurley commented 6 years ago

I'm currently doing this via reflection - editing the feature name before it is handed to the reporter to add the run config used. That would be one way of doing this if your need is urgent

email2vimalraj commented 6 years ago

@jas7002 : This request is more of like the ExtentReport core. Kindly raise there. Reopen in case I can help on this repo.