We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b0bde commit 7a128ddCopy full SHA for 7a128dd
apps/site/playwright.config.ts
@@ -14,12 +14,7 @@ export default defineConfig({
14
? {
15
webServer: {
16
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',
+ url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
23
timeout: 60_000 * 3,
24
},
25
}
0 commit comments