You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2020. It is now read-only.
I am parsing an XML test report and generating an Extent Report. I parse the start and end time of each test use them to set the start and end time of each Extent Report explicitly.
In the Extent report, the start time is displayed correctly but the end time is being set to the time the report is generated(not the end time explicitly set). This gives each test a massively inflated incorrect execution time.
I can gaurentee the start and end time are in the same format and being parsed correctly.
I am seeing this issue on 3.0.0 and 3.0.3.
I am parsing an XML test report and generating an Extent Report. I parse the start and end time of each test use them to set the start and end time of each Extent Report explicitly.
In the Extent report, the start time is displayed correctly but the end time is being set to the time the report is generated(not the end time explicitly set). This gives each test a massively inflated incorrect execution time.
I can gaurentee the start and end time are in the same format and being parsed correctly.
Heres the code for generating the report.