#TodayILearned that if you want to re-direct the screen output from @PSPester to a file, then you use a ‘6’
invoke-pester -script testscript.tests.ps1 6> c:\temp\TestResults.txt
#TodayILearned that if you want to re-direct the screen output from @PSPester to a file, then you use a ‘6’
invoke-pester -script testscript.tests.ps1 6> c:\temp\TestResults.txt