Invoke RunPesterTests.ps1
to execute PowerShell Pester tests under tests/pester
.
For full documentation, see run-pester-tests action.
Name | Required | Example | Description |
---|---|---|---|
working_directory |
Yes | . |
Path to the repository containing tests under tests/pester . |
- uses: ./.github/actions/run-pester-tests
with:
working_directory: '.'
Upon completion a requirement-coverage.json
file is written to the specified working_directory
. It reports the pass/fail status of each requirement ID inferred from test tags.
See also: docs/actions/run-pester-tests.md
This directory inherits the root repository’s license (MIT, unless otherwise noted).