Skip to content

Commit 03fcb48

Browse files
committed
fix: correct project path in Playwright configuration
1 parent 01c4357 commit 03fcb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default defineConfig({
8585

8686
/* Run your local dev server before starting the tests */
8787
webServer: {
88-
command: 'dotnet run --project eshop.AppHost/eShop.AppHost.csproj',
88+
command: 'dotnet run --project eShop.AppHost/eShop.AppHost.csproj',
8989
url: 'http://localhost:5045',
9090
reuseExistingServer: !process.env.CI,
9191
stderr: 'pipe',

0 commit comments

Comments
 (0)