Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pester

Pester Mock a command within a PowerShell class function

PowerShell module with class defined in separate file fails Pester tests in GitHub Actions

Mock [System.IO.Path]::IsPathRooted() using Pester?

Pester ParameterFilter not matched by Assert-MockCalled

Access External Variable from with-in Mock Script Block (Pester)

powershell pester

Can I Automate pester Tests in Azure test plans?

Pester Mock of Get-Date not called when using -ParameterFilter

how do I concatenate and join an array of strings with a delimiter in powershell?

Pester Mock does not work for Invoke-Command using script block

Show content of hashtable when Pester test case fails

powershell hashtable pester

Can't Pass Pester Test because of local variable variable error

Pester 5 variable scoping issue - BeforeDiscovery/It

Pester not calling mocked function (Invoke-RestMethod), calling real function

powershell pester

Comparing hashtables in Pester

Why TestExplorer in VS2015 failed to load Pester module?

Do my test code and function code need to be in the same directory for Pester Code Coverage to work?

Pester test non-exported PowerShell cmdlets/function

powershell pester

How to 'get arguments for calls made on' a Mock in Pester (or otherwise generate a helpful message containing actual and expected values)?