About 176 results
Open links in new tab
  1. Pester - The ubiquitous test and mock framework for PowerShell

    Build Server Integration Pester integrates nicely with TFS, Azure, Github, Jenkins and other CI servers, allowing you to fully automate your development lifecycle.

  2. Mock | Pester

    For more information, see about_CommonParameters. INPUTS OUTPUTS NOTES RELATED LINKS https://pester.dev/docs/v5/commands/Mock https://pester.dev/docs/v5/usage/mocking …

  3. Quick Start | Pester

    Pester provides a framework for writing and running tests. Pester is most commonly used for writing unit and integration tests, but it is not limited to just that.

  4. Installation and Update | Pester

    Pester is a cross-platform PowerShell module for testing your PowerShell code. Follow these steps to install or update your Pester-module to get started today

  5. Invoke-Pester | Pester

    Typically, you use Invoke-Pester to run all Pester tests in a directory, or to use its many helpful parameters, including parameters that generate custom objects or XML files.

  6. Assertion Reference | Pester

    Introduction to the built-in assertion operators in Pester to get you started with the most common scenarios

  7. Should | Pester

    -ParameterFilter Depends on operator being used. See Get-ShouldOperator -Name <Operator> or https://pester.dev/docs/v5/assertions/ for help.

  8. Discovery and Run | Pester

    Pester runs your test files in two phases: Discovery and Run. During discovery, it quickly scans your test files and discovers all the Describes, Contexts, Its and other Pester blocks.

  9. Output | Pester

    Pester supports CI-specific output syntaxes to highlight, log and navigate to errors in your tests for a few popular CI systems. This options lets your control how this behavior should work.

  10. Setup and teardown | Pester

    Pester offers multiple ways to run code before, and after your tests to set them up, and clean up after them. The setup is represented by a BeforeAll, and BeforeEach blocks.