Skip to content

Commit 7a128dd

Browse files
fixup! feat(test): replace cloudflare open-next build test with playwright tests
remove VERCEL_PREVIEW_URL
1 parent 81b0bde commit 7a128dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

apps/site/playwright.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ export default defineConfig({
1414
? {
1515
webServer: {
1616
command: process.env.PLAYWRIGHT_WEB_SERVER_COMMAND,
17-
url:
18-
// TODO: remove the VERCEL_PREVIEW_URL option once
19-
// https://github.com/nodejs/nodejs.org/pull/7782 is merged
20-
process.env.VERCEL_PREVIEW_URL ||
21-
process.env.PLAYWRIGHT_BASE_URL ||
22-
'http://127.0.0.1:3000',
17+
url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
2318
timeout: 60_000 * 3,
2419
},
2520
}

0 commit comments

Comments
 (0)