pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.

Home Page:https://pester.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test count to minimal view

nohwnd opened this issue · comments

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

Maybe also merge the test and overhead time?

I like it. By minimal do you mean Normal?

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

Yeah, the output in the example.

Related #1002 ?