You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a full path to a file name is passed to the -Path argument of Invoke-Pester, just treat that as a test file and run it. The *.Tests.ps1 filter should be applied if -Path is given a folder name rather than a file.
The text was updated successfully, but these errors were encountered:
This is a first crack at resolving issues pester#270 and pester#271 . I haven't written any tests around this new code yet, but it does successfully run all of Pester's existing tests (except for those looking specifically for the -Path parameter on New-PesterState; that's been removed since nothing but Invoke-Pester was actually looking at it.)
If a full path to a file name is passed to the -Path argument of Invoke-Pester, just treat that as a test file and run it. The *.Tests.ps1 filter should be applied if -Path is given a folder name rather than a file.
The text was updated successfully, but these errors were encountered: