-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
component:electron-builderElectron Builder issuesElectron Builder issueshelp:wantedAdditional help is neededAdditional help is neededpriority:lowLow priority issue or PRLow priority issue or PRrelease:nextInclude in the next release within its trackInclude in the next release within its tracksemver:minorBackward-compatible new featuresBackward-compatible new featuresstatus:investigatingNeeds definition before work can startNeeds definition before work can starttrack:mainFor the current stable version trackFor the current stable version tracktype:bugSomething isn't workingSomething isn't workingtype:enhancementNew feature or requestNew feature or request
Milestone
Description
In the process of upgrading this package now that I'm revisiting wdio in my project. This used to work with my setup in the past, but now I'm getting ERROR electron-service: Error: Electron-builder was detected but no configuration was found, make sure your config file is named correctly, e.g.
electron-builder.config.json` when I try to run wdio.
I make use of the electron-builder
's extend ability with multiple config files (yet another poorly documented electron-builder
option). My project structure looks roughly like this:
.
├── build
├── config
│ ├── electron-builder-common.config.js
│ ├── electron-builder-production.config.js
│ ├── electron-builder-staging.config.js
├── e2e
│ ├── specs
│ ├── tsconfig.e2e.json
│ ├── tsconfig.json
│ ├── wdio.conf.ts
│ └── wdio.d.ts
| ...
Each of my configs for specific environments extend the common config.
Looks like I have ways to get around this, but I swear this was working with my setup in the past so I'm just curious. Thanks!
Metadata
Metadata
Assignees
Labels
component:electron-builderElectron Builder issuesElectron Builder issueshelp:wantedAdditional help is neededAdditional help is neededpriority:lowLow priority issue or PRLow priority issue or PRrelease:nextInclude in the next release within its trackInclude in the next release within its tracksemver:minorBackward-compatible new featuresBackward-compatible new featuresstatus:investigatingNeeds definition before work can startNeeds definition before work can starttrack:mainFor the current stable version trackFor the current stable version tracktype:bugSomething isn't workingSomething isn't workingtype:enhancementNew feature or requestNew feature or request