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 0b30bc6 commit e675a08Copy full SHA for e675a08
web-test-runner.config.mjs
@@ -7,7 +7,7 @@ export default {
7
browsers: [
8
puppeteerLauncher({
9
launchOptions: {
10
- args: ['--disable-setuid-sandbox'],
+ args: ['-no-sandbox', '--disable-setuid-sandbox'],
11
},
12
}),
13
],
0 commit comments