I have found various documentation stating I need to dotnet-test-explorer.testProjectPath. I can not find that string anywhere, where is it set?
I found the answer through trial and error.
The settings for the vscode-dotnet-test-explorer extension go in the file .vscode/settings.json
The extension now finds my tests. My file settings.json looks like this:
{
"dotnet-test-explorer.testProjectPath": "APIvNext/UnitTests"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With