We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Replace content with page-has-moved message
#1391 Should -Be or not Should Be that is the question, hyperlinks
O-Z pages format cleanup
Updated TestDrive (markdown)
Fix formatting and reword a bit
Add path example
Updated for current versions. Old article had assumptions about the path to TestDrive:\ root folder, which was changed to involve a random folder name some time ago (so multiple instances of PowerShell could each run Pester without interfering with each other.)
Update (-join $result).Should.Be("my test text.-Footer") to (-join $result) | Should Be "my test text.-Footer"
comparision of literal path with testdrive:\
fixed another typo
fix a couple of typos
Created TestDrive (markdown)