mirror of
https://github.com/bitwarden/server
synced 2026-01-16 07:23:15 +00:00
* feat: add new integration test project * test: add factory for SSO application; ExternalCallback integration tests. * test: modified Integration tests to use seeded data instead of service substitutes with mocked responses, where possible. * fix: re-organize projects in solution. SsoFactory now in its owning project with SSO integration test which match the integration test factory pattern more closely. * claude: better naming of class fields.
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"profiles": {
|
|
"Sso.IntegrationTest": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:59973;http://localhost:59974"
|
|
}
|
|
}
|
|
} |