Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 24, 2024
1 parent 8c81d8f commit 50d6bc4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ export const config: Options.Testrunner = {
'wdio:electronServiceOptions': {
// custom application args
appArgs: [],
appBinaryPath: './out/make/',
},
},
{
browserName: 'chrome',
'goog:chromeOptions': {
binary: process.env.CHROMIUM_PATH,
args: ['--headless', '--disable-gpu', '--no-sandbox'],
},
},
],
Expand Down

0 comments on commit 50d6bc4

Please sign in to comment.