pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.05k stars 469 forks source link

Cleanup legacy parameters in Invoke-Pester with Pester 6? #2493

Open fflaten opened 1 month ago

fflaten commented 1 month ago

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 some of the to Simple-parameter set if we want to keep them? E.g.

How should it work?

No response