2023-08-24 22:18:22 +02:00
|
|
|
{
|
2023-08-25 06:54:49 +02:00
|
|
|
"dotnet-test-explorer.testProjectPath": "*Tests*",
|
|
|
|
"nunitTestRunner.projectsPatterns": [
|
|
|
|
"**/bin/*.Tests.dll",
|
|
|
|
"*Tests*"
|
|
|
|
],
|
|
|
|
"nunitTestRunner.testsCategory": [
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"projectName": "Foo.dll",
|
|
|
|
"categories": [
|
|
|
|
"IntegrationTests",
|
|
|
|
"FunctionalTests"
|
|
|
|
]
|
|
|
|
}
|
2023-08-28 22:05:11 +02:00
|
|
|
],
|
|
|
|
"dotnet.defaultSolution": "LukanPOM.sln"
|
2023-08-24 22:18:22 +02:00
|
|
|
}
|