You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
ninjudd edited this page Dec 17, 2010
·
2 revisions
As of version 0.6.0, cake can provide notifications for various events using bake.notify. Currently this is used for cake autotest and supports Growl notifications, but you can use it in your own tasks too, and patches are welcome to add support for other notification systems.
To enable growl notifications, you need to be running OS X, and you need growlnotify installed. You can install it with:
Cake will run you tests whenever a file is changed and use growl to notify you of any exceptions or failures. Cake will also notify you with "All tests passed" when you fix tests that were previously broken.