feat: 完成测试框架搭建

This commit is contained in:
陈淳
2024-01-19 17:45:11 +08:00
parent d604e9c3f3
commit 7e895403a9
10 changed files with 288 additions and 9 deletions

View File

@@ -1,15 +1,24 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
{
"profiles": {
"Yi.Abp.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:19001"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "19001"
},
"publishAllPorts": true
}
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}