Skip to content

Commit b32d94d

Browse files
committed
don't incl playwright
1 parent 800cf36 commit b32d94d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/tests/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ export default defineConfig({
55
testMatch: "**/*.test.ts",
66

77
webServer: {
8-
command: "pnpm run dev --host 127.0.0.1 --port 3000 --strictPort",
9-
url: "http://127.0.0.1:3000",
8+
command: "pnpm run dev",
9+
url: "http://localhost:3000",
1010
reuseExistingServer: true,
1111
stdout: "pipe",
1212
stderr: "pipe",
1313
},
1414

1515
use: {
16-
baseURL: "http://127.0.0.1:3000",
16+
baseURL: "http://localhost:3000",
1717
trace: "on-first-retry",
1818
},
1919

0 commit comments

Comments
 (0)