Open hugh-martin opened 5 years ago
Using -IncludePesterOutput outputs both the Pester output and the modules's default output.
In many cases, I only want the Pester output.
Add a parameter to exclude the module's output: Add a -Quiet param Add a -NoDefaultOutput param Add a -IncludePesterOutputExclusive param etc.
1. 2. 3. 4.
Current Behavior
Using -IncludePesterOutput outputs both the Pester output and the modules's default output.
Expected Behavior
In many cases, I only want the Pester output.
Possible Solution
Add a parameter to exclude the module's output: Add a -Quiet param Add a -NoDefaultOutput param Add a -IncludePesterOutputExclusive param etc.
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context
Your Environment