diff --git a/tests/People.BlazorWasmServer.IntegrationTests/Properties/launchSettings.json b/tests/People.BlazorWasmServer.IntegrationTests/Properties/launchSettings.json new file mode 100644 index 0000000..439bdb7 --- /dev/null +++ b/tests/People.BlazorWasmServer.IntegrationTests/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "People.BlazorWasmServer.IntegrationTests": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:58451;http://localhost:58452" + } + } +} \ No newline at end of file