extentreports-csharp icon indicating copy to clipboard operation
extentreports-csharp copied to clipboard

Example for AppendExisting in C#

Open Resh12 opened this issue 7 years ago • 7 comments

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

Resh12 avatar Jun 06 '17 02:06 Resh12

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.

justonefi avatar Feb 20 '18 09:02 justonefi

I have the same problem.

This function is missing in the .NET documentation

casidos avatar Feb 27 '18 02:02 casidos

AppendExisting is currently not available in the C# version. Feel free to send in a pull request, I will merge.

anshooarora avatar Feb 27 '18 03:02 anshooarora

Hi @anshooarora, Will AppendExisting be available in any future releases?

Thanks

JEDietrich avatar Mar 12 '18 15:03 JEDietrich

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.

anshooarora avatar Mar 14 '18 22:03 anshooarora

Hi @anshooarora, is there any update on when this will be available in the .net community version?

Thanks

alexp1980 avatar Mar 28 '18 08:03 alexp1980

Hi @Anshooarora

Thanks for the nice tool, When we are going to have AppendExisting in C# community

Thanks once again

lohithegdep avatar Oct 08 '18 02:10 lohithegdep