diff --git a/docs/testing.md b/docs/testing.md index 2630a105b6..1e9faaa8d3 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -7,6 +7,8 @@ the line when someone complains! ## Running end to end (e2e) tests +Before running the tests you must have installed the `Pester` module. +This can be done by running `Install-Module -Name Pester -MinimumVersion 5.6.1 -MaximumVersion 5.99 -Force` in a PowerShell session. To run the e2e test run the following command: `pwsh azure-pipelines/end-to-end-tests.ps1` **Parameters**: