Skip to content

Commit

Permalink
update browser version for electron compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanyn10 committed Oct 20, 2024
1 parent ac2dea8 commit e318ee7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5,869 deletions.
7 changes: 4 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "electron .",
"css": "npx tailwindcss -i ./css/input.css -o ./css/output.css --minify --watch",
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder"
"app:dist": "electron-builder",
"wdio": "wdio run ./wdio.conf.ts"
},
"repository": "https://github.com/dhanyn10/mfm-gdrive.git",
"author": {
Expand All @@ -20,7 +21,7 @@
"@wdio/local-runner": "^9.2.1",
"@wdio/mocha-framework": "^9.1.3",
"@wdio/spec-reporter": "^9.1.3",
"electron": "^33.0.1",
"electron": "33.0.1",
"electron-builder": "^25.1.8",
"tailwindcss": "^3.4.13",
"wdio-electron-service": "^7.1.0"
Expand All @@ -33,4 +34,4 @@
"sweetalert2": "^11.14.3",
"wdio": "^6.0.1"
}
}
}
1 change: 1 addition & 0 deletions app/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const config: WebdriverIO.Config = {
//
capabilities: [{
browserName: 'electron',
browserVersion: '130.0.6723.44',
// Electron service options
// see https://webdriver.io/docs/desktop-testing/electron/configuration/#service-options
'wdio:electronServiceOptions': {
Expand Down
Loading

0 comments on commit e318ee7

Please sign in to comment.