From d8681df121f018700e61f82648d2113c2d35c300 Mon Sep 17 00:00:00 2001 From: pdelboca Date: Fri, 26 Jul 2024 14:45:25 +0200 Subject: [PATCH] Try another executable --- wdio.conf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdio.conf.ts b/wdio.conf.ts index a3089e909..7a620e387 100644 --- a/wdio.conf.ts +++ b/wdio.conf.ts @@ -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'] }