cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.

Home Page:https://cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Closing the Cypress runner using CTRL+C in the terminal causes an unexpected error

fricci-bread opened this issue · comments

Current behavior

When the Cypress runner is open (run command is npx cypress open), I usually close the runner by entering CTRL+C in the terminal. This is now causing a "Cypress quit unexpectedly" error to appear, as well as the following terminal message:

"We detected that the Chrome browser process closed unexpectedly.

We have failed the current spec and aborted the run."

Desired behavior

The Cypress runner should close without an error.

Test code to reproduce

N/A

Cypress Version

13.8.1

Node version

20.11.1

Operating System

macOS 14.3

Debug Logs

No response

Other

No response

Duplicate of #29232