Skip to content

Commit 62ae2c1

Browse files
committed
added ignoreHTTPSErrors
1 parent 9de2991 commit 62ae2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = defineConfig({
1515
],
1616
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
1717
use: {
18+
ignoreHTTPSErrors: true, // to bypass ERR_CERT_AUTHORITY_INVALID
1819
/* Base URL to use in actions like `await page.goto('/')`. */
1920
baseURL: process.env.BASE_URL || 'https://ubc-cwl-auth.ddev.site',
2021

0 commit comments

Comments
 (0)