Skip to content
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

MSTest results do not include durations #43

Open
bryanbcook opened this issue Nov 13, 2023 · 0 comments
Open

MSTest results do not include durations #43

bryanbcook opened this issue Nov 13, 2023 · 0 comments

Comments

@bryanbcook
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant