Boilerplate project to demonstrate testing ElectronJS Applications with WebdriverIO.
Choose one of the following options:
-
Download the latest stable release here or clone the git repo —
git clone https://github.com/webdriverio/electron-boilerplate.git
-
Then copy the test files (all files in
/test
) to your project directory -
Merge project dev dependencies with your projects dev dependencies in your
package.json
- Super simple setup
- ESNext ready
- Showcases single and multiremote testing, e.g. testing a chat application in ElectronJS and Chrome
- Example using GitHub Actions