Quantcast
Channel: Scripting Blog
Viewing all articles
Browse latest Browse all 2129

PowerTip: Get Started with Pester Tests and PowerShell

$
0
0

Summary: Learn how to start a Pester test.

Hey, Scripting Guy! Question How do I run Pester tests?

Hey, Scripting Guy! Answer Place your tests into a file with a name that ends with .Tests.ps1, and then run the Invoke-Pester cmdlet.


Viewing all articles
Browse latest Browse all 2129

Trending Articles