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
If the wdio.conf.js file is in a sub directory, the service won't find the Electron version automatically anymore because the config file is not located next to a package.json anymore. I suggest to use pkg-up to find the closest one.
The text was updated successfully, but these errors were encountered:
goosewobbler
changed the title
Do a look-up search for package.json
Electron version not read from package.json if WDIO config is in a subdir
Oct 7, 2023
Is there any way we can assume a good default here and allow users to set only if desired. It would be amazing if users don't have to set anything if they follow the default setup.
If the
wdio.conf.js
file is in a sub directory, the service won't find the Electron version automatically anymore because the config file is not located next to apackage.json
anymore. I suggest to usepkg-up
to find the closest one.The text was updated successfully, but these errors were encountered: