19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"dotnet-test-explorer.testProjectPath": "*Tests*",
|
|
"nunitTestRunner.projectsPatterns": [
|
|
"**/bin/*.Tests.dll",
|
|
"*Tests*"
|
|
],
|
|
"nunitTestRunner.testsCategory": [
|
|
|
|
|
|
{
|
|
"projectName": "Foo.dll",
|
|
"categories": [
|
|
"IntegrationTests",
|
|
"FunctionalTests"
|
|
]
|
|
}
|
|
],
|
|
"dotnet.defaultSolution": "LukanPOM.sln"
|
|
} |