diff --git a/playwright.config.ts b/playwright.config.ts index b69e3414..ab662d24 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -36,7 +36,7 @@ export default defineConfig({ // baseURL: 'http://127.0.0.1:3000', // docs - baseURL: 'https://localhost:4859', + baseURL: 'http://localhost:4859', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry',