extentreports-csharp
extentreports-csharp copied to clipboard
Example for AppendExisting in C#
Can you provide an Example of how to implement AppendExisting property in C#. Have set this to be true or false, but still not appending to a existing report
Version: 3.0.2
I'm surprised there's been no response to this, I'm having exactly the same issue.
If I set AppendExisting to true - it makes no difference, the same file is always overwritten. Here's a snippet of what I'm trying.
Report = new ExtentReports(); ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter(myReportPath); htmlReporter.AppendExisting = true; Report.AttachReporter(htmlReporter);
Please fix this or add the documentation on how this should work.
I have the same problem.
This function is missing in the .NET documentation
AppendExisting is currently not available in the C# version. Feel free to send in a pull request, I will merge.
Hi @anshooarora, Will AppendExisting be available in any future releases?
Thanks
This feature will become available to the professional version and then to community. The next professional version release is expected to become available in the next 2 weeks so sometime after that.
Hi @anshooarora, is there any update on when this will be available in the .net community version?
Thanks
Hi @Anshooarora
Thanks for the nice tool, When we are going to have AppendExisting in C# community
Thanks once again