maester365 / maester

The core repository for the Maester module with helper cmdlets that will be called from the Pester tests.
https://maester.dev
MIT License
299 stars 73 forks source link

Test summary - Tag's used should be shown, and other tests hidden #471

Open magnusjak opened 2 weeks ago

magnusjak commented 2 weeks ago

The test below used the tag 'MS.EXO'. I want all tags and tag-exclusions shown in the top of the test summary. Also, all other tests should not be shown as 'Not tested' and 'Total tests'. The MS.EXO tag contains 16 tests as of now, so I would expect the 'Total tests' info to only show 16, not 139. Or another solution to it could be to differentiate between 'Not tested' based on if they were just excluded with tagging, or if they were actually skipped because of something missing in the tenant etc. So in this scenario a 'skipped' info would show 2, and the 'Not tested' would show 123

image

Could this be added? Using the -Path parameter correctly reduces the number of 'Total tests' in the summary, but tags are still not shown in any way.