diff --git a/playwright.config.ts b/playwright.config.ts index 3d8bb816..b3bf954d 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -27,7 +27,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: 'https://localhost:3000', + baseURL: process.env.BASE_URL || 'https://localhost:3000', /* Headless */ headless: true, /* Ignode SSL certificates */