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

Support testing specific projects #372

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

deitry
Copy link

@deitry deitry commented Aug 30, 2022

Fixes #358 and supersedes #371

@deitry deitry mentioned this pull request Aug 30, 2022
@deitry
Copy link
Author

deitry commented Aug 30, 2022

Also added possibility to specify list of projects as "testProjectPath", like:

"dotnet-test-explorer.testProjectPath": [
    "Project1/Projec1.Tests.csproj",
    "Project2/SubProject3/Subproject3.Tests.csproj",
],

In some cases single glob is too wide

@trolleyman
Copy link

I also have this problem - I don't know of the process here, so I looked through the merged PRs and I'll tag @stefanforsberg (hope that's ok!)

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

Successfully merging this pull request may close these issues.

Add support for multiple project files in a directory
2 participants