Skip to content

Commit 0723ea3

Browse files
authored
Add comment
1 parent ce73819 commit 0723ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/puppeteer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const connect = () => {
5050
});
5151

5252
const browserURL = `http://localhost:${electronDebugPort}`
53+
// See notes on no sandbox mode: https://pptr.dev/troubleshooting#setting-up-chrome-linux-sandbox
5354
const browser = output.browser = await puppeteer.launch({ headless: 'new', args: ["--no-sandbox", "--disable-setuid-sandbox"] })
5455
const page = output.page = await browser.newPage();
5556
await page.goto(browserURL);

0 commit comments

Comments
 (0)