-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Regression]: Inspector and Browser doesn't close on CTRL+C #33000
Comments
I can't reproduce, for me it looks like this:
Do you interact with the Inspector by any chance or just run the command, wait a bit and then do command + c? |
Hi @mxschmitt - You don't need to interact with the inspector...just run the command and wait a bit and then do Also, I recently updated my mac to 15.0 so that could be an issue too. |
I cannot reproduce, I'm also on 15.0, waited also a couple of minutes - could you try to reproduce it on a fresh project via |
Ok thanks Max. I will try to restart my mac (good old solution) and create a fresh project and update here later. I am using VSCode terminal |
Thanks @Nav-2d! Responding this to clear the unread flag from our triaging system. Once you post the update we will take a look! |
Works fine on a fresh project but still not working on my existing project. Tried re-installing node_modules and playwright browsers but no luck. Oh well, I will keep debugging and will update here. Please feel free to close the issue and thanks for the help. |
With your permission! |
Last Good Version
1.46.1
First Bad Version
1.47.2
Steps to reproduce
Launch the debug mode using
npx playwright test --debug
Expected behavior
Click
CTRL+C
and the inspector + browser should auto closeActual behavior
Click
CTRL+C
and the inspector + browser doesn't auto closeAdditional context
No response
Environment
The text was updated successfully, but these errors were encountered: