-
Notifications
You must be signed in to change notification settings - Fork 18
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
(feat): appEntryPoint #704
Conversation
Windows CI causing issues here, tests pass fine on my local Windows box. @christian-bromann Do you have any idea why this might be happening, or ideas for debug? The no-binary E2Es are running in serial, there shouldn't be any other process interfering with them, and they pass locally on Windows but not on Windows CI. There are some issues updating fully to UPDATE: nvm, got them working by upgrading to the latest Electron and splitting the e2es over different Windows runners to avoid #600 |
5fea13a
to
bc6e1aa
Compare
Found the aforementioned issue with alpha.369 onwards - it's due to a change in |
🎉 |
Adding an
appEntryPoint
config setting to support apps which have not been built. Closes #331.Also fixes Windows timeouts (#600) by splitting the E2Es across different runners.
TODO:
expect-webdriver
issue (waiting for updated WDIO v9 builds)