From 90490cd611b44fc3c500119cd7883cb783348096 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Fri, 14 Mar 2025 00:46:45 +0100 Subject: [PATCH] chore: playwrite test --- playwright/playwright.config.js.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/playwright.config.js.ci b/playwright/playwright.config.js.ci index acda745..4657845 100644 --- a/playwright/playwright.config.js.ci +++ b/playwright/playwright.config.js.ci @@ -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: 'http://127.0.0.1:8080', + baseURL: 'http://miniauth:8080', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry',