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 fd40858 commit cd0ce68
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ export const config: Options.Testrunner = {
capabilities: [
{
maxInstances: 5,
port: 4444,
browserName: 'chrome',
'goog:chromeOptions': {
args: [
'--no-sandbox',
'--headless',
'--disable-setuid-sandbox',
'--disable-gpu',
],
binary: chromium.executablePath(),
},
acceptInsecureCerts: true,
Expand Down

0 comments on commit cd0ce68

Please sign in to comment.