From f5c3b33cdc23407653b49d61438c7b499297bf77 Mon Sep 17 00:00:00 2001 From: Pinwheeler Date: Fri, 3 Jan 2025 13:21:11 -0800 Subject: [PATCH] playing nice with Netlify --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 1e3e886..bceb37f 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -26,7 +26,7 @@ export default defineConfig({ /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { /* Base URL to use in actions like `await page.goto('/')`. */ - baseURL: process.env.DEPLOY_URL ?? "http://localhost:8888", + baseURL: process.env.DEPLOY_PRIME_URL ?? "http://localhost:8888", /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry",