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 noticed that in IntelliJ, all tests have a reported duration of "0ms". Digging deeper revealed that the test result sent to the reports contains duration: NaN.
The typedef of the test result does contain a duration: number field, but it's never set - see skip case and execution case.
I noticed that in IntelliJ, all tests have a reported duration of "0ms". Digging deeper revealed that the test result sent to the reports contains
duration: NaN
.The typedef of the test result does contain a
duration: number
field, but it's never set - see skip case and execution case.I'll have time on monday to contribute a fix for this, using the same pattern as for the total test duration calculation.
The text was updated successfully, but these errors were encountered: