We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Running individual test scripts is easy. Just run them. Let's say you have Calculator.Tests.ps1:
Calculator.Tests.ps1
Describing "Calculator" { Given "two numbers" { It "adds them" { 1 + 1 | Should Be 2 } } }
You can run it a few ways: