Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 8, 2023
1 parent cd0ce68 commit 62e65c3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ export const config: Options.Testrunner = {
maxInstances: 5,
browserName: 'chrome',
'goog:chromeOptions': {
args: [
'--no-sandbox',
'--headless',
'--disable-setuid-sandbox',
'--disable-gpu',
],
args: ['--no-sandbox', '--headless'],
binary: chromium.executablePath(),
},
acceptInsecureCerts: true,
Expand Down

0 comments on commit 62e65c3

Please sign in to comment.