We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4875c8 + 4fad808 commit fd3d60bCopy full SHA for fd3d60b
1 file changed
tests/utils.tsx
@@ -14,6 +14,7 @@ export const createBrowser = (opts?: LaunchOptions) =>
14
headless: !process.env.HEADFULL,
15
dumpio: true,
16
...opts,
17
+ args: ['--no-sandbox', ...opts?.args || []],
18
});
19
20
export const withAudit = (
0 commit comments