extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Questions about deprecated ExtentHtmlReporter #42

Closed lucascologni closed 4 years ago

lucascologni commented 4 years ago

Hello! How are you?

I'm using ExtentReports, I liked so much the look of the report itself, but I have a couple of questions, can you help me?

1 - The "ExtentHtmlReporter" is deprecated, was it replaced to another one or other class? If yes, what similar report can I use that has the same rich layout?

2 - I'm reading the "extent-config.xml" layout, so I would like to customize the configuration of the report in runtime on my "runner" class, how can I do this? image

I used to customize the configs in my reports using something like method .config() on "ExtentHtmlReporter": image

image

I there other similar report that is not deprecated that I can use to replace? Wich has the same way to customize the configs?

Thank you very much, I would be glad if you halp me out!

PeterMarton commented 4 years ago

Hi, may it is late abit and probably you found the answer, but if not.

https://github.com/extent-framework/extentreports-java/blob/master/CHANGELOG.md

ExtentSparkReporter.java is your friend from now on.