14 lines
482 B
JSON
14 lines
482 B
JSON
{
|
|
"dotnet-test-explorer.testProjectPath": "**/*.sln",
|
|
"dotnet-test-explorer.runInParallel": false,
|
|
"dotnet-test-explorer.showCodeLens": true,
|
|
"dotnet-test-explorer.testArguments": "",
|
|
"nxunitExplorer.modules": [
|
|
"test/i*/bin/Debug/*/*.tests.dll"
|
|
],
|
|
"nxunitExplorer.skippattern": "",
|
|
"dotnetCoreExplorer.runEnvVars": {
|
|
"ASPNETCORE_ENVIRONMENT": "Testing"
|
|
},
|
|
"dotnetCoreExplorer.searchpatterns": "test/**/bin/**/*.tests.{dll,exe}"
|
|
} |