diff --git a/modules/README.md b/modules/README.md index 357ac2ee..6222f765 100644 --- a/modules/README.md +++ b/modules/README.md @@ -28,3 +28,16 @@ cd "stembuild\module\BOSH." Invoke-Pester ``` +## Running a subset of tests on MacOS + +You can use Powershell and MacOS to run the tests that do not require Windows system calls: + +``` +cd ~/workspace +brew install powershell +git clone --depth 1 --branch 4.4.0 git@github.com:pester/Pester.git +pwsh +Import-Module ./Pester/Pester.psm1 +cd stembuild/module/BOSH. +Invoke-Pester +``` \ No newline at end of file