Timestamp in summary report is not getting updated currectly.
Hi, In summary report generated by Extent CLI the timestamp value against each step and test is automatically creating as per the time of running of extent exe. The timestamp values are not getting picked up from TestResult.xml .
Kindly help.
Thanks Preeti
@pp1609 Can you share a sample result.xml that I can check using and also the command you used?
Hi,
I also see this issue in my generated report files.
Please find the screenshot attached.

Thanks, Vishwa
Thanks, will look into this.
I have the same problem. It looks like end time of test is overwritten by end time of html report generation
@rafall92 I have the same problem, too. Do you know how to fix this problem? Thanks!
Same problem here, I am looking into the code to check where this wrong date is set
I'd say that it is related to --> https://github.com/extent-framework/extentreports-csharp/blob/master/extentreports-dotnet-core/Model/Test.cs#L250
I can see in the code that start-time and end-time is being correctly set here --> https://github.com/extent-framework/extentreports-dotnet-cli/blob/master/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/Parser/NUnitParser.cs#L75-L83
Can @anshooarora @dsparkplug or @ZimM-LostPolygon confirm this? Thanks a lot