We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800cf36 commit b32d94dCopy full SHA for b32d94d
apps/tests/playwright.config.ts
@@ -5,15 +5,15 @@ export default defineConfig({
5
testMatch: "**/*.test.ts",
6
7
webServer: {
8
- command: "pnpm run dev --host 127.0.0.1 --port 3000 --strictPort",
9
- url: "http://127.0.0.1:3000",
+ command: "pnpm run dev",
+ url: "http://localhost:3000",
10
reuseExistingServer: true,
11
stdout: "pipe",
12
stderr: "pipe",
13
},
14
15
use: {
16
- baseURL: "http://127.0.0.1:3000",
+ baseURL: "http://localhost:3000",
17
trace: "on-first-retry",
18
19
0 commit comments