Skip to content

Commit

Permalink
fix parallel e2e runs
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 13, 2024
1 parent 00b2208 commit 04aac1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build:worker": "builder",
"dev:worker": "wrangler dev --port 8770",
"preview:worker": "pnpm build:worker && pnpm dev:worker",
"pree2e": "playwright install --with-deps",
"e2e": "playwright test"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/create-next-app/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: "pnpm preview:worker",
url: "http://localhost:8770",
url: "http://localhost:8771",
reuseExistingServer: !process.env.CI,
},
});
1 change: 0 additions & 1 deletion examples/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build:worker": "builder",
"dev:worker": "wrangler dev --port 8770",
"preview:worker": "pnpm build:worker && pnpm dev:worker",
"pree2e": "playwright install --with-deps",
"e2e": "playwright test -c e2e/playwright.config.ts"
},
"dependencies": {
Expand Down

0 comments on commit 04aac1d

Please sign in to comment.