-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp in summary report is not getting updated currectly. #18
Comments
@PP1609 Can you share a sample result.xml that I can check using and also the command you used? |
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? |
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 |
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
The text was updated successfully, but these errors were encountered: