-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
status: wontfixtypically a feature which won't be added, or a "bug" which is actually intended behaviortypically a feature which won't be added, or a "bug" which is actually intended behaviortype: featureenhancement proposalenhancement proposal
Description
Describe the solution you'd like
At the end of a test run, the total duration currently shows a rounded value, like 1m. It would be great if this was more precise, like 1m 12s 354ms or 00:01:12.354.
Additional context
The relevant code appears to be in the base reporter epilogue, here:
Line 349 in 1412dc8
| Base.consoleLog(fmt, stats.passes || 0, milliseconds(stats.duration)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: wontfixtypically a feature which won't be added, or a "bug" which is actually intended behaviortypically a feature which won't be added, or a "bug" which is actually intended behaviortype: featureenhancement proposalenhancement proposal