pester / vscode-adapter

Run PowerShell Pester Tests with Visual Studio Code
MIT License
58 stars 13 forks source link

✨Enable OnStartupFinished activation event #169

Closed JustinGrote closed 1 year ago

JustinGrote commented 1 year ago

Adds a lazy load to pester in addition to the file type watcher. This will allow for:

  1. Opening a empty environment and then creating a .tests.ps1 file and still be able to run it.
  2. Allow for custom test discovery globs

Fixes #122