Skip to content

Commit 47d7efb

Browse files
committed
feat: update playwright config
1 parent 95e9862 commit 47d7efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/docs/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
workers: process.env.CI ? 1 : undefined,
99
reporter: 'html',
1010
use: {
11-
baseURL: 'http://localhost:3000',
11+
baseURL: 'http://localhost:7878',
1212
trace: 'on-first-retry',
1313
},
1414
projects: [
@@ -18,8 +18,8 @@ export default defineConfig({
1818
},
1919
],
2020
webServer: {
21-
command: 'pnpm dev',
22-
url: 'http://localhost:3000',
21+
command: 'pnpm dev --port 7878',
22+
url: 'http://localhost:7878',
2323
reuseExistingServer: !process.env.CI,
2424
timeout: 120 * 1000,
2525
},

0 commit comments

Comments
 (0)