-
-
Notifications
You must be signed in to change notification settings - Fork 476
Open
Labels
Description
Checklist
- Feature request has a meaningful titleI have searched the existing issues. See all issuesI have tested using the latest version of Pester. See Installation and update guide.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
nohwnd commentedon Apr 8, 2024
Maybe also merge the test and overhead time?
fflaten commentedon Apr 8, 2024
I like it. By minimal do you mean Normal?
Minimal output isn't implement, but some leftovers in
Invoke-Pester
parameters and docs.nohwnd commentedon Apr 8, 2024
Yeah, the output in the example.
fflaten commentedon Apr 28, 2024
Related #1002 ?