pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.

Home Page:https://pester.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup legacy parameters in Invoke-Pester with Pester 6?

fflaten opened this issue · comments

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.

  • -OutputFile
  • -OutputFormat
  • -CodeCoverage(Path)
  • -CodeCoverageOutputFile
  • -CodeCoverageOutputFormat?

How should it work?

No response