-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
base: develop
Are you sure you want to change the base?
Conversation
cypress
|
Project |
cypress
|
Branch Review |
electron-34
|
Run status |
|
Run duration | 17m 41s |
Commit |
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
1
|
|
29
|
|
0
|
|
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%
|
|
---|---|
|
30
|
|
56
|
Accessibility
96.2%
|
|
---|---|
|
0 critical
4 serious
1 moderate
0 minor
|
|
195
|
@@ -279,6 +279,7 @@ | |||
"@types/react": "18.3.12", | |||
"browserify-sign": "4.2.2", | |||
"devtools-protocol": "0.0.1413303", | |||
"node-abi": "3.74.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See this note as to why this was necessary: https://github.com/cypress-io/cypress/pull/31260/files#diff-43831bef862964fca0c4c1b68381da0539c3892c9b356e7db2a19cf25cfc4295R90
@@ -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)) { |
There was a problem hiding this comment.
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.
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?