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
As it works right now, IsePester will run the current script in Pester. I think it would be helpful if the following situation would be supported:
I am working on foo.ps1 with tests in foo.tests.ps1 in the same directory. If I trigger the Pester shortcut while in foo.ps1, the tool should look for foo.tests.ps1 and run it if it exists; otherwise, run the current file.
The text was updated successfully, but these errors were encountered:
As it works right now, IsePester will run the current script in Pester. I think it would be helpful if the following situation would be supported:
I am working on foo.ps1 with tests in foo.tests.ps1 in the same directory. If I trigger the Pester shortcut while in foo.ps1, the tool should look for foo.tests.ps1 and run it if it exists; otherwise, run the current file.
The text was updated successfully, but these errors were encountered: