Skip to content

Upgrade to support electron 5 #364

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

Merged

Conversation

alexstrat
Copy link
Contributor

@alexstrat alexstrat commented May 24, 2019

Based on #361

Todos

  • update documentation: nodeIntegration + versions
  • Figure out failing tests with Cannot read property 'isLoading' of undefined
  • Fix failing test "gets the render process console logs and clears them"
  • Figure out failing tests with invalid session id

@codebytere
Copy link
Member

@alexstrat happy to take a look when this is in a reviewable state!

@alexstrat alexstrat force-pushed the upgrade-to-support-electron-5 branch from 3b45197 to 54dc020 Compare June 1, 2019 17:06
@@ -8,7 +8,7 @@ var it = global.it
var beforeEach = global.beforeEach
var afterEach = global.afterEach

describe('app.client.auditAccessibility()', function () {
xdescribe('app.client.auditAccessibility()', function () {

This comment was marked as resolved.

@alexstrat alexstrat changed the title [WIP] Upgrade to support electron 5 Upgrade to support electron 5 Jun 1, 2019
@alexstrat
Copy link
Contributor Author

@codebytere I think we're good here, ready for review! :)
Worth reviewing, merging and releasing #361 before :)

@stevebaxter
Copy link

Is there any possibility of getting this merged and released soon? We've just updated to Electron 5 and our Spectron tests no longer work on Windows when running under Jenkins (our application never seems to start and the Jenkins job eventually times out).

@codebytere
Copy link
Member

cc @MarshallOfSound for secondary 👀, but then i think we can get this merged and released.

@codebytere
Copy link
Member

@alexstrat i've merged and released compatibility for v4.x.y: can you rebase this and we'll get it merged and released as well?

Thanks again for doing the work on this 🙇‍♀ it's very much appreciated!

@alexstrat alexstrat force-pushed the upgrade-to-support-electron-5 branch from 5e540b3 to b5a1468 Compare June 24, 2019 17:06
@alexstrat
Copy link
Contributor Author

@codebytere rebased ✅

@codebytere codebytere merged commit 74f87c1 into electron-userland:master Jun 24, 2019
@michalzaq12
Copy link

👏 clap

mikesbrown added a commit to brimdata/zui that referenced this pull request Apr 16, 2020
This was originally employed to work around Spectron choosing a random
port colliding with our back end. Spectron's choosing a random port was
in turn used as an Electron workaround.

The workarounds haven't been needed since Electron 5. We moved past
Electron 4 at #381 .

This effectively reverts #319

Other refs:
electron-userland/spectron#361
electron-userland/spectron#364
mikesbrown added a commit to brimdata/zui that referenced this pull request Apr 16, 2020
This was originally employed to work around Spectron choosing a random
port colliding with our back end. Spectron's choosing a random port was
in turn used as an Electron workaround.

The workarounds haven't been needed since Electron 5. We moved past
Electron 4 at #381 .

This effectively reverts #319

Other refs:
electron-userland/spectron#361
electron-userland/spectron#364
alfred-landrum pushed a commit to brimdata/zui that referenced this pull request Apr 17, 2020
This was originally employed to work around Spectron choosing a random
port colliding with our back end. Spectron's choosing a random port was
in turn used as an Electron workaround.

The workarounds haven't been needed since Electron 5. We moved past
Electron 4 at #381 .

This effectively reverts #319

Other refs:
electron-userland/spectron#361
electron-userland/spectron#364
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants