How to continuously run a set of Pester tests from the commandline

while ($(get-date).hour -lt 19) {invoke-pester .\tests-folder\*.tests.ps1 -output Normal 5>c:\temp\debug_output.txt }

I imagine you can do this from within VS Code, but I sometimes have this running on a 2nd screen while I’m coding.