mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
✨ Allow self-signed certs on plugins e2e browser setup
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user