JustinGrote / Press

A continuous developement environment for Powershell Modules either via local development or leveraging GitHub and Github Actions
MIT License
25 stars 3 forks source link

Lightweight WinPS Tester Required #11

Open JustinGrote opened 3 years ago

JustinGrote commented 3 years ago

Currently the module cannot test against Windows Powershell because it uses Powershell 7 syntaxes. There needs to be a lightweight component that is 5.1 (and ideally less) compatible that can minimally gather prerequisites and run Pester Tests.

JustinGrote commented 3 years ago

Implemented as a WinPS job for pester, however some very detailed tests fail with stack trace issues. That edge case is blocked on https://github.com/pester/Pester/issues/1974