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 95e9862 commit 47d7efbCopy full SHA for 47d7efb
apps/docs/playwright.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
workers: process.env.CI ? 1 : undefined,
9
reporter: 'html',
10
use: {
11
- baseURL: 'http://localhost:3000',
+ baseURL: 'http://localhost:7878',
12
trace: 'on-first-retry',
13
},
14
projects: [
@@ -18,8 +18,8 @@ export default defineConfig({
18
19
],
20
webServer: {
21
- command: 'pnpm dev',
22
- url: 'http://localhost:3000',
+ command: 'pnpm dev --port 7878',
+ url: 'http://localhost:7878',
23
reuseExistingServer: !process.env.CI,
24
timeout: 120 * 1000,
25
0 commit comments