Contribution to Ignoring SSL Errors (#11230)

Co-authored-by: Evelyn Colon <evelyncolon13579@gmail.com>
Co-authored-by: mamoodi <mamoodiha@gmail.com>
Co-authored-by: Ray Myers <ray.myers@gmail.com>
This commit is contained in:
Evelyn Colon 2025-10-27 17:29:55 -04:00 committed by GitHub
parent 92b1fca719
commit f402371b27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */