From 7a2c1ba2e308f32c44bae826fa019a8e94ddf4dc Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Mon, 6 Oct 2025 01:42:58 +0300 Subject: [PATCH] build: upgrade Electron version to match the latest Obsidian v1.9.14 --- e2e/package.json | 2 +- e2e/wdio.conf.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index eaf854f..4dc1ed4 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -12,7 +12,7 @@ "@wdio/local-runner": "9.20.0", "@wdio/mocha-framework": "9.20.0", "@wdio/spec-reporter": "9.20.0", - "electron": "32.2.5", + "electron": "37.6.0", "expect-webdriverio": "5.4.3", "obsidian": "1.10.0", "wdio-electron-service": "8.1.0", diff --git a/e2e/wdio.conf.ts b/e2e/wdio.conf.ts index e826b60..7c75b16 100644 --- a/e2e/wdio.conf.ts +++ b/e2e/wdio.conf.ts @@ -12,7 +12,7 @@ export const config: WebdriverIO.Config = { capabilities: [ { browserName: 'electron', - browserVersion: '32.2.5', + browserVersion: '37.6.0', 'wdio:electronServiceOptions': { // custom application args appBinaryPath: '/Applications/Obsidian.app/Contents/MacOS/Obsidian',