We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680f41 commit 0441538Copy full SHA for 0441538
1 file changed
playwright.config.ts
@@ -7,7 +7,7 @@ const config: PlaywrightTestConfig = {
7
retries: 3,
8
testDir: 'e2e',
9
use: {
10
- baseURL: 'http://localhost:4173/console/',
+ baseURL: 'http://localhost:3000/console/',
11
trace: 'on-first-retry'
12
},
13
webServer: {
@@ -19,8 +19,9 @@ const config: PlaywrightTestConfig = {
19
PUBLIC_STRIPE_KEY:
20
'pk_test_51LT5nsGYD1ySxNCyd7b304wPD8Y1XKKWR6hqo6cu3GIRwgvcVNzoZv4vKt5DfYXL1gRGw4JOqE19afwkJYJq1g3K004eVfpdWn'
21
22
- command: 'pnpm run build && pnpm run preview',
23
- port: 4173
+ command: 'pnpm run dev',
+ port: 3000,
24
+ reuseExistingServer: true
25
}
26
};
27
0 commit comments