Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Ensure that only one test run is active at a time #8

Open
TylerLeonhardt opened this issue Jun 1, 2020 · 2 comments
Open

Ensure that only one test run is active at a time #8

TylerLeonhardt opened this issue Jun 1, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@TylerLeonhardt
Copy link
Owner

Right now you can multi-select tests and they will trigger X separate runs. That's not ideal. We should only run one since that's all the PowerShell extension can handle at a time.

Perhaps Pester could also support specifying multiple It's or Describe's to run in a file. (cc @nohwnd)

All in all, I think this scenario is small and for now we should just say "it's not supported".

@TylerLeonhardt TylerLeonhardt added the bug Something isn't working label Jun 1, 2020
@nohwnd
Copy link

nohwnd commented Jun 1, 2020

That already works, just pass mulitple files to Path and more line filters to line filter. And if it does not work it is a bug.

@TylerLeonhardt
Copy link
Owner Author

We'll need a way in vscode-powershell to specify those things.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants