Skip to content

Commit

Permalink
No sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Dec 23, 2024
1 parent e13fcfe commit 183196e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/data/configs/web-test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default {
name: 'group 1',
files: './test/integration/data/tests/web-test-runner/reporter-2.test.js',
browsers: [
puppeteerLauncher({ launchOptions: { headless: 'new' } }),
puppeteerLauncher({
launchOptions: { headless: 'new', args: ['--no-sandbox'] }
}),
playwrightLauncher({ product: 'firefox' })
]
}, {
Expand Down

0 comments on commit 183196e

Please sign in to comment.