mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
build(e2e, deps): wdio-electron-service -> @wdio/electron-service and the latest version of WDIO
This commit is contained in:
parent
787cb5e347
commit
1898e39f44
2 changed files with 9 additions and 9 deletions
|
|
@ -11,19 +11,19 @@
|
|||
"@types/istanbul-lib-report": "3.0.3",
|
||||
"@types/istanbul-lib-source-maps": "4.0.4",
|
||||
"@types/istanbul-reports": "3.0.4",
|
||||
"@wdio/cli": "9.27.1",
|
||||
"@wdio/globals": "9.27.1",
|
||||
"@wdio/local-runner": "9.27.1",
|
||||
"@wdio/mocha-framework": "9.27.1",
|
||||
"@wdio/spec-reporter": "9.27.1",
|
||||
"@wdio/cli": "9.27.2",
|
||||
"@wdio/electron-service": "^10.0.0",
|
||||
"@wdio/globals": "9.27.2",
|
||||
"@wdio/local-runner": "9.27.2",
|
||||
"@wdio/mocha-framework": "9.27.2",
|
||||
"@wdio/spec-reporter": "9.27.2",
|
||||
"electron": "39.8.3",
|
||||
"expect-webdriverio": "5.6.5",
|
||||
"expect-webdriverio": "5.6.7",
|
||||
"istanbul-lib-coverage": "3.2.2",
|
||||
"istanbul-lib-report": "3.0.1",
|
||||
"istanbul-lib-source-maps": "5.0.6",
|
||||
"istanbul-reports": "3.2.0",
|
||||
"obsidian": "1.12.3",
|
||||
"wdio-electron-service": "9.2.1",
|
||||
"webdriverio": "9.27.1"
|
||||
"webdriverio": "9.27.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/// <reference types="wdio-electron-service" />
|
||||
/// <reference types="@wdio/electron-service" />
|
||||
import ObsidianApp from './specs/pageobjects/obsidian-app.page'
|
||||
import { exportCoverageToLcov } from './utils/coverage'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue