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
I'm unsure under what circumstances this duration ends up being different from the others but seems its possible to end up with a format other than the typical 00:00:00.0120000 style. Below is the xml fragment causing the issue:
Hi, I've noticed that on some special occasions the dotnet trx file will output a duration that isn't parsed by this regex:
test-reporter/src/utils/parse-utils.ts
Line 3 in 10ba394
I'm unsure under what circumstances this duration ends up being different from the others but seems its possible to end up with a format other than the typical
00:00:00.0120000
style. Below is the xml fragment causing the issue:where
duration="00:00:18"
so seems like the milliseconds are optional.The text was updated successfully, but these errors were encountered: