diff --git a/plugins/apps/e2e/src/utils/agent.ts b/plugins/apps/e2e/src/utils/agent.ts index 0093cc64ce..2a29c3758b 100644 --- a/plugins/apps/e2e/src/utils/agent.ts +++ b/plugins/apps/e2e/src/utils/agent.ts @@ -56,7 +56,7 @@ export async function Agent() { console.log('File URL:', fileUrl); console.log('Launching browser...'); - const browser = await puppeteer.launch({}); + const browser = await puppeteer.launch({args: ['--ignore-certificate-errors']}); const page = await browser.newPage(); await page.setViewport({ width: 1920, height: 1080 });