We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162b177 commit 30cb4cfCopy full SHA for 30cb4cf
1 file changed
test/output-integration/browser/vitest.setup.ts
@@ -9,6 +9,10 @@ let page: Page
9
beforeAll(async () => {
10
browser = await puppeteer.launch({
11
headless: true,
12
+ args: [
13
+ `--no-sandbox`,
14
+ `--disable-setuid-sandbox`,
15
+ ],
16
})
17
18
0 commit comments