-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
OS Notifications on failure/recover #1839
Comments
Use |
Thanks! |
This appears to notify on every file change, not just on error/recover. If the tests are stable, I don't want a notification. |
Feel free to send a pull request to add this feature. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Feature
For my webpack builds, I have it set up to display an osx notification on error or recovery from errors. It'd be nice to also have this for jest. It lets me not have to switch to the terminal after every file save.
The webpack implementation uses this internally: node-notifier. It supports mac, windows, and linux.
Of course, this should be disabled by default.
The text was updated successfully, but these errors were encountered: