Skip to content

Commit 30cb4cf

Browse files
committed
chore: start puppeteer in no sandbox mode
1 parent 162b177 commit 30cb4cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/output-integration/browser/vitest.setup.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ let page: Page
99
beforeAll(async () => {
1010
browser = await puppeteer.launch({
1111
headless: true,
12+
args: [
13+
`--no-sandbox`,
14+
`--disable-setuid-sandbox`,
15+
],
1216
})
1317
})
1418

0 commit comments

Comments
 (0)