### Checklist - [X] Feature request has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of Pester. See [Installation and update guide](https://pester.dev/docs/introduction/installation). ### Summary of the feature request Add test count to the passing entry in minimal view: From: ``` [+] S:\p\pester\tst\functions\assertions\Should.Tests.ps1 522ms (359ms|79ms) ``` To: ``` [+] S:\p\pester\tst\functions\assertions\Should.Tests.ps1 522ms (359ms|79ms) 101 tests ``` ### How should it work? _No response_
Checklist
Summary of the feature request
Add test count to the passing entry in minimal view:
From:
To:
How should it work?
No response