diff --git a/playwright.config.ts b/playwright.config.ts index 991c0ad..d59ff07 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ workers: process.env.CI ? 1 : undefined, reporter: 'html', use: { - baseURL: 'http://localhost:12101', + baseURL: 'http://localhost:12102', trace: 'on-first-retry', headless: true },