TylerLeonhardt / vscode-pester-test-adapter

MIT License
33 stars 13 forks source link

Use tasks so that running autorun can work #15

Closed TylerLeonhardt closed 3 years ago

TylerLeonhardt commented 3 years ago

What I've done here:

  1. instead of running tests in the Integrated Console, it runs tests in a new fresh process (good practice over a session that could have anything in it)
  2. enabled "autorun" so if you modify a file, and you save it, it will autorun the tests just for that file

fixes #7