PowerShellGuard
PowerShellGuard copied to clipboard
A Guard implementation for PowerShell
The New-Guard command does not like me giving it a folder name with spaces in it. I tried many work around but I cannot find a way to protect the...
Feature Enhancement :) It would be nice to be able to supply my own Powershell script block to execute instead of just a string of text. Further, it would be...
This should be called Action
Running the second example yields lot of these errors: ``` PS C:\Projects\PSTMigration> dir *.ps1 | New-Guard -TestPath {"./Tests/$($_.basename).Tests.ps1"} Resolve-Path : Cannot evaluate parameter 'Path' because its argument is specified as...
Need some error handling.
When tests run as jobs, there should be commands to start and stop them.
Get tests running in jobs and make wait-guard just block on returning jobs.