open-source

Run Pester Tests ✅

Invoke RunPesterTests.ps1 to execute PowerShell Pester tests under tests/pester. For full documentation, see run-pester-tests action.

Inputs

Name Required Example Description
working_directory Yes . Path to the repository containing tests under tests/pester.

Quick-start

- uses: ./.github/actions/run-pester-tests
  with:
    working_directory: '.'

Outputs

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

License

This directory inherits the root repository’s license (MIT, unless otherwise noted).