Skip to content

Capture-protocol stack traces in Electron 35/36 #31845

Closed
@cacieprins

Description

@cacieprins

Link to Cypress Cloud or CircleCI failure

https://app.circleci.com/pipelines/github/cypress-io/cypress/70995/workflows/cad85faf-45a8-4f5a-be15-de48f8804796/jobs/2915201/tests#failed-test-0

Link to failing test in GitHub

https://github.com/cypress-io/cypress/blob/electron-35/system-tests/test/protocol_spec.js

Analysis

It looks like stack traces changed slightly in this branch, from:

Error
    at ./src/components/HelloEarth.cy.jsx (http://localhost:2121/__cypress/src/spec-0.js:16:1)
    at Function.__webpack_require__ (http://localhost:2121/__cypress/src/main.js:108:42)

to:

Error
    at ./src/components/HelloEarth.cy.jsx (http://localhost:2121/__cypress/src/spec-0.js:16:1)
    at __webpack_require__ (http://localhost:2121/__cypress/src/main.js:108:42)

Cypress Version

15.0.0-pre

Other

No response

Metadata

Metadata

Assignees

Labels

Cypress 15pkg/electronThis is due to an issue in the packages/electron directory

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions