Skip to content
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

dependency: [WIP] Update Electron to 34 #31260

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open

Conversation

jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Mar 11, 2025

Additional details

Steps to test

How has the user experience changed?

PR Tasks

@jennifer-shehane jennifer-shehane self-assigned this Mar 11, 2025
Copy link

cypress bot commented Mar 11, 2025

cypress    Run #60990

Run Properties:  status check passed Passed #60990  •  git commit 7021a82d42: Merge branch 'develop' into electron-34
Project cypress
Branch Review electron-34
Run status status check passed Passed #60990
Run duration 17m 41s
Commit git commit 7021a82d42: Merge branch 'develop' into electron-34
Committer Jennifer Shehane
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 29
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 787
View all changes introduced in this branch ↗︎

Warning

Partial Report: The results for the Application Quality reports may be incomplete.

UI Coverage  63.64%
  Untested elements 30  
  Tested elements 56  
Accessibility  96.2%
  Failed rules  0 critical   4 serious   1 moderate   0 minor
  Failed elements 195  

@jennifer-shehane jennifer-shehane changed the title dependency: Update Electron to 34 dependency: [WIP] Update Electron to 34 Mar 12, 2025
@@ -279,6 +279,7 @@
"@types/react": "18.3.12",
"browserify-sign": "4.2.2",
"devtools-protocol": "0.0.1413303",
"node-abi": "3.74.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -305,7 +305,8 @@ export class ProjectConfigIpc extends EventEmitter {
// If they've got TypeScript installed, we can use
// ts-node for CommonJS
// ts-node/esm for ESM
if (hasTypeScriptInstalled(this.projectRoot)) {
// If we're in a cy in cy project, we will handle registering typescript directly in the server entry point
if (!process.env.CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT && hasTypeScriptInstalled(this.projectRoot)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Electron must have changed something with their spawn call. We're unsure what, but when cy-in-cy all of this logic is unnecessary.

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.

Electron Update (34)
3 participants