-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please release Spectron 16, compatible with electron 14 #1027
Comments
Hey @sps-gold, unfortunately Spectron is fairly dependent on the remote module. This module was deprecated in Electron 12, and In Electron 14 it was removed from Electron itself for security reasons, replaced by an external We're working on getting Spectron up and running, but it unfortunately may take some time. Apologies for the delay! |
Thank you @VerteDinde for looking into it and for the updates. Here's what I did,
|
@sps-gold Where did you edit the wdio config? I can't find it in my project. Need to fix the same issue as my tests are failing due to having Electron v14 and Spectron v15 which still uses Chromium 91 where I need 93. |
I have tried locking down javascript error: Cannot convert undefined or null to object when doing |
@juanmartin my project uses selenium standalone service, so I can just update the configuration to specify chromedriver version as in documentation here https://webdriver.io/docs/selenium-standalone-service/ |
following PR looks similar you may follow to debug error in your case - #738 |
Yeah I stumbled upon that one, so it seems to be needing |
closing as spectron is deprecated. |
Please release a compatible version of spectron (likely 16) for the recent electron 14 release
The text was updated successfully, but these errors were encountered: