PowerShell - Scripting Best Practices
Which Pester command runs all tests in the current directory and its subdirectories?
Invoke-Pester is the built-in command to run Pester tests in the current directory and below.Start-Pester, Run-PesterTests, and Test-Pester do not exist as standard commands.Invoke-Pester [OK]Invoke-Pester to run all tests [OK]Invoke-Pester15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions