We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce73819 commit 0723ea3Copy full SHA for 0723ea3
tests/e2e/puppeteer.ts
@@ -50,6 +50,7 @@ export const connect = () => {
50
});
51
52
const browserURL = `http://localhost:${electronDebugPort}`
53
+ // See notes on no sandbox mode: https://pptr.dev/troubleshooting#setting-up-chrome-linux-sandbox
54
const browser = output.browser = await puppeteer.launch({ headless: 'new', args: ["--no-sandbox", "--disable-setuid-sandbox"] })
55
const page = output.page = await browser.newPage();
56
await page.goto(browserURL);
0 commit comments