Open fflaten opened 5 months ago
Legacy-parameters in Invoke-Pester are currently hidden from tab-completion in Pester 6.0.0-alpha1. Should some of them be removed completely Pester 6.0 like -Strict and -PesterOption?
Invoke-Pester
-Strict
-PesterOption
Or upgrade to Simple-parameter set if we want to keep them? E.g.
-OutputFile
-OutputFormat
-CodeCoverage(Path)
-CodeCoverageOutputFile
-CodeCoverageOutputFormat
No response
Checklist
Summary of the feature request
Legacy-parameters in
Invoke-Pester
are currently hidden from tab-completion in Pester 6.0.0-alpha1. Should some of them be removed completely Pester 6.0 like-Strict
and-PesterOption
?Or upgrade to Simple-parameter set if we want to keep them? E.g.
-OutputFile
-OutputFormat
-CodeCoverage(Path)
-CodeCoverageOutputFile
-CodeCoverageOutputFormat
?How should it work?
No response