File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 10
10
"build:worker" : " builder" ,
11
11
"dev:worker" : " wrangler dev --port 8770" ,
12
12
"preview:worker" : " pnpm build:worker && pnpm dev:worker" ,
13
- "pree2e" : " playwright install --with-deps" ,
14
13
"e2e" : " playwright test"
15
14
},
16
15
"dependencies" : {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default defineConfig({
74
74
/* Run your local dev server before starting the tests */
75
75
webServer : {
76
76
command : "pnpm preview:worker" ,
77
- url : "http://localhost:8770 " ,
77
+ url : "http://localhost:8771 " ,
78
78
reuseExistingServer : ! process . env . CI ,
79
79
} ,
80
80
} ) ;
Original file line number Diff line number Diff line change 10
10
"build:worker" : " builder" ,
11
11
"dev:worker" : " wrangler dev --port 8770" ,
12
12
"preview:worker" : " pnpm build:worker && pnpm dev:worker" ,
13
- "pree2e" : " playwright install --with-deps" ,
14
13
"e2e" : " playwright test -c e2e/playwright.config.ts"
15
14
},
16
15
"dependencies" : {
You can’t perform that action at this time.
0 commit comments