You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/desktop-testing/Electron.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,27 @@ An installation wizard will guide you through the process. Ensure you select _"D
33
33
34
34
The configuration wizard will install all required packages and create a `wdio.conf.js` or `wdio.conf.ts` with the necessary configuration to test your application. If you agree to autogenerate some test files you can run your first test via `npm run wdio`.
35
35
36
+
## Manual Setup
37
+
38
+
If you are already using WebdriverIO in your project you can skip the installation wizard and just add the following dependencies:
Learn more about how [to configure the Electron Service](/desktop-testing/electron/configuration), [how to mock Electron APIs](/desktop-testing/electron/mocking) and [how to access Electron APIs](/desktop-testing/electron/apis).
0 commit comments