PowerTip: Connect Pester to Automated System

Doctor Scripto

Summary: Learn how to incorporate Pester into an automated system.

Hey, Scripting Guy! Question How do I incorporate Pester into an automated system?

Hey, Scripting Guy! Answer Use one of the features in Pester that are built for this purpose: NUnit XML export, -PassThru switch, or the
            –EnableExit switch in conjunction with powershell.exe’s exit code, for example:

$testResults = Invoke-Pester -PassThru -OutputFormat NUnitXml -OutputFile .\TestResults.xml

0 comments

Discussion is closed.

Feedback usabilla icon