mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
build: upgrade Electron version to match the latest Obsidian v1.9.14
This commit is contained in:
parent
34e0d0009c
commit
7a2c1ba2e3
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue