Open mahesh-thummala-fluke opened 3 years ago
As per @anshooarora first requirement can be achievable with version 5.0, second requirement is the feature enhancement
requirement 2 can be achieved with HtmlAgilityPack Nuget Package
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.
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