dotnet / scenario-tests

Scenario testing for installed .NET Core SDKs
MIT License
5 stars 7 forks source link

Test summary should show duration time in a more user-friendly format #70

Open mthalman opened 6 months ago

mthalman commented 6 months ago

The test summary shows output like the following:

Tests run: 28, Errors: 0, Failures: 0, Skipped: 0. Time: 407.0531913s

The duration listed at the end is rather computer-y and would benefit from being more user-friendly. One option is to use the same pattern that vstest uses. Another option would be to format it with Humanizer.