Skip to content

Commit

Permalink
[docs] fix how to run e2e tests (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 14, 2025
1 parent 0f31053 commit b4e99e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit b4e99e1

Please sign in to comment.