extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 39 forks source link

Append and Printable Version of Extent Report #124

Open mahesh-thummala-fluke opened 3 years ago

mahesh-thummala-fluke commented 3 years ago

Hi @anshooarora I am using the latest ExtentRepots 4.1.0, which is available as a nuGet package in visual studio.

We have Two requirements for our reports.

1) Append existing report (Say if I have 2 testcases, when I run the First test it generate a Html Report and now when I run the second Testcase if it fails it should not be appended To the existing Report but when we fix and rerun it should be appended to the Existing report if it passes).

2) Printable Version of the HTML report (Once the HTML Report is generated, when we want to print it, I can only see the first Testcase log messages and screenshot but Not The remaining Testcases. is there a way, when we print the html report it should be able to print all the testcases log messages with screenshots?)

I saw your comment That Append feature will be available in version 5, when will it be available?

Thanks for all your effort on Extent Report

mahesh-thummala-fluke commented 3 years ago

As per @anshooarora first requirement can be achievable with version 5.0, second requirement is the feature enhancement

mahesh-thummala-fluke commented 3 years ago

requirement 2 can be achieved with HtmlAgilityPack Nuget Package

anshooarora commented 3 years ago

For 2, there was a linear template in one of the older versions which can be revived with all sections on a single page. Marking this as an enhancement.