Skip to content

Show more precise time duration in reporter epilogue #4149

@yomed

Description

@yomed

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:

Base.consoleLog(fmt, stats.passes || 0, milliseconds(stats.duration));

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: wontfixtypically a feature which won't be added, or a "bug" which is actually intended behaviortype: featureenhancement proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions