vscode-dotnet-test-explorer
vscode-dotnet-test-explorer copied to clipboard
Not running all test projects in the solution
We have a large solution that has multiple test projects so I have configured the extension to use the solution file (I'm not sure this is supported?) for test discovery which works great and is much quicker than searching the individual projects.
If I run a selection of tests or a particular test everything works fine, however when I go to run all of the tests, all but one of the projects disappear from the panel.
- Dotnet SDK: 3.1.202
- TargetFramework: netcoreapp3.1
- Private Organisation Repo
I'm seeing this as well