Skip to content

Commit

Permalink
Try another executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jul 26, 2024
1 parent bc33d2c commit d8681df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const config: Options.Testrunner = {
capabilities: [{
browserName: 'electron',
'wdio:electronServiceOptions': {
appBinaryPath:'./dist/opendataeditor-linux-1.0.0.AppImage',
appBinaryPath:'./dist/linux-unpacked/opendataeditor',
// https://github.com/webdriverio-community/wdio-electron-service/blob/main/docs/common-issues-debugging.md#devtoolsactiveport-file-doesnt-exist
appArgs: ['--headless', '--no-sandbox', '--remote-debugging-port=9222']
}
Expand Down

0 comments on commit d8681df

Please sign in to comment.