Skip to content

Commit

Permalink
- Updated Pupeeter config
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckyC committed Dec 11, 2024
1 parent f22eb33 commit bcfb613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export default {
concurrentBrowsers: 3,
concurrency: 10,
browsers: [puppeteerLauncher({ concurrency: 3, launchOptions: {
args: [
'--no-sandbox',
'--disable-setuid-sandbox'
],
executablePath: puppeteer.executablePath()
} })],
testFramework: {
Expand Down

0 comments on commit bcfb613

Please sign in to comment.