We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c4357 commit 03fcb48Copy full SHA for 03fcb48
playwright.config.ts
@@ -85,7 +85,7 @@ export default defineConfig({
85
86
/* Run your local dev server before starting the tests */
87
webServer: {
88
- command: 'dotnet run --project eshop.AppHost/eShop.AppHost.csproj',
+ command: 'dotnet run --project eShop.AppHost/eShop.AppHost.csproj',
89
url: 'http://localhost:5045',
90
reuseExistingServer: !process.env.CI,
91
stderr: 'pipe',
0 commit comments