-
Notifications
You must be signed in to change notification settings - Fork 672
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
Chome doesn't close with command+q on Mac #2013
Comments
Experiencing the same issue since few months. MacOS version 10.13.2 |
Same happens with Firefox, multiple instances hanging after few test runs, but tests shown to be successfully completed in console. |
Hi @operatino! Unfortunately, it's not possible to handle Command + Q gracefully in a command line app. This key combination sends close command to the Terminal app, and it will terminate its children command-line process unconditionally if you agree to close running processes. It means TestCafe has no possibility to detect termination and sends close command to browsers. |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…, closes DevExpress#2013) (DevExpress#2740) * Reduce number of created temp dirs for profiles (closes DevExpress#2735) * Add test * Remove temp dirs in a separate process * Fix tests * Fix remarks
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
TestCafe doesn't close Chrome when interrupted with command+q
What is the expected behavior?
TestCafe should close chrome
How would you reproduce the current behavior (if this is a bug)?
On MacOS, when tests are running in Chrome, press command+q, in the console
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: