webdriverio-community / wdio-electron-service

WebdriverIO service for testing Electron applications
https://webdriver.io
MIT License
32 stars 14 forks source link

(feat): support WDIO v9 #666

Closed goosewobbler closed 3 weeks ago

goosewobbler commented 3 weeks ago

Closes #533. Drops support for N16, The minimum Node version is now 18.

TODO:

christian-bromann commented 3 weeks ago

Thanks for helping getting v9 adopted in our ecosystem projects. Please raise an issue in the main repo if you see any strange things.

goosewobbler commented 3 weeks ago

I'm not sure about some of the type changes around the capabilities. I don't think it's far off, but I've just added an any to get the type checking to pass...