Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple test suites per launch target in vscode #170

Open
heksesang opened this issue Dec 11, 2020 · 1 comment
Open

Multiple test suites per launch target in vscode #170

heksesang opened this issue Dec 11, 2020 · 1 comment

Comments

@heksesang
Copy link

Is your feature request related to a problem? Please describe.
It is currently not possible to configure a launch target that runs multiple test suites in Visual Studio Code.

Describe the solution you'd like
I want to be able to specify multiple test classes for a single launch target, and/or have a launch target that automatically detects all tests in a project and runs them.

Describe alternatives you've considered
Make a launch target for each test suite, though this quickly becomes a useless alternative as you add more test suites.

Search terms:
vscode launch target testing

@tgodzik
Copy link
Contributor

tgodzik commented Dec 11, 2020

Thanks for reporting this! I am not yet sure how to properly handle it, but it should be possible as Bloop already allows to run multiple tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants