issues
search
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:
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)
enabled "autorun" so if you modify a file, and you save it, it will autorun the tests just for that file
fixes #7
What I've done here:
fixes #7