diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index cfbc10779e..4cd811ade2 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -30,6 +30,9 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", + /* Ignore SSL errors for browser agent test */ + /* Solution inspired by StackOverflow post: https://stackoverflow.com/questions/67048422/ignore-ssl-errors-with-playwright-code-generation */ + ignoreHTTPSErrors: true, }, /* Configure projects for major browsers */