extent-framework / extentreports-java

Extent Reporting Library, Java
http://extentreports.com
Apache License 2.0
226 stars 130 forks source link

How to document or a user manual for extent reports v5 working with klov v5 #270

Open anuragdeshpande opened 4 years ago

anuragdeshpande commented 4 years ago

@anshooarora

This is my first time using the klov reporter. having a really hard time figuring out how the projects are created in the server. in my current config, I am creating the klov reporter when the testNG suite is started (onStart method in suite) and flush the extent reporter at the end of the suite (onFinish method in suite)

issue 1: a suite.xml file containing multiple tags is started. I am getting a new project created in the klov server for every tag in suite xml. issue 2: how to control the logging level in the logger? I am getting all logs printed at debug level at the moment. issue 3: I have also reached out for a purchase enquiry almost a week ago and still havent heard back on it. I was hoping a purchase would get me some proper documentation

some kind of user manual or how-to document would be really helpful. Please help

anuragdeshpande commented 4 years ago

Spark Reporter is working just fine with the current setup. I am getting proper listing and expected nesting of the tests without any issues. May be this is helpful: I have a SparkHTMLReporter and a JSONReporter attached to the extentReports object first and then the klov object is attached