Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 7, 2023
1 parent 1f0ca64 commit bb1a40c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const config: Options.Testrunner = {
)
},
services: [
'devtools',
[
'static-server',
{
Expand Down Expand Up @@ -55,7 +54,6 @@ export const config: Options.Testrunner = {
maxInstances: 5,
browserName: 'chrome',
'goog:chromeOptions': {
args: process.env.CI ? ['headless', 'disable-gpu', 'no-sandbox'] : [],
binary: chromium.executablePath(),
},
acceptInsecureCerts: true,
Expand Down

0 comments on commit bb1a40c

Please sign in to comment.