test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

MSTest results do not include durations #43

Open bryanbcook opened 10 months ago

bryanbcook commented 10 months ago

MS-Test durations are represented as timestamps with microsecond format.

<UnitTestResult
   duration="00:00:00.0259239" 
   startTime="2023-11-12T19:21:51.6583003-05:00" 
   endTime="2023-11-12T19:21:51.6978162-05:00"
   />

Related to issue #42, out of the box JavaScript does not appear to have support for microseconds.