pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.08k stars 470 forks source link

Add test count to minimal view #2434

Open nohwnd opened 5 months ago

nohwnd commented 5 months ago

Checklist

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

nohwnd commented 5 months ago

Maybe also merge the test and overhead time?

fflaten commented 5 months ago

I like it. By minimal do you mean Normal?

Minimal output isn't implement, but some leftovers in Invoke-Pester parameters and docs.

nohwnd commented 5 months ago

Yeah, the output in the example.

fflaten commented 4 months ago

Related #1002 ?