Skip to content

Commit

Permalink
Merge pull request #253 from webdriverio-community/electron-builder-j…
Browse files Browse the repository at this point in the history
…son-support
  • Loading branch information
goosewobbler authored Oct 31, 2023
2 parents b4ec070 + c52c361 commit 8f50a92
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const someValue = await browser.electron.myCustomAPI('wow'); // configured using

## Example

Check out our [Electron boilerplate](https://github.com/webdriverio/electron-boilerplate/actions/runs/6490587562/job/17626575914) project that showcases how to integrate WebdriverIO in an example application. You can also have a look at the [Example App](./example/app/) and [E2Es](./example/e2e/) in this repository.
Check out our [Electron boilerplate](https://github.com/webdriverio/electron-boilerplate) project that showcases how to integrate WebdriverIO in an example application. You can also have a look at the [Example App](./example/app/) and [E2Es](./example/e2e/) in this repository.

## Service Options

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@wdio/local-runner": "^8.17.0",
"@wdio/mocha-framework": "^8.17.0",
"electron-builder": "^24.6.4",
"electron": "28.0.0-alpha.6",
"electron": "28.0.0-beta.1",
"global-jsdom": "^9.1.0",
"jsdom": "^22.1.0",
"rollup": "^4.0.2",
Expand Down
60 changes: 25 additions & 35 deletions example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f50a92

Please sign in to comment.