I've got a few thousand unit tests in a project which I run with phpunit. Running them can take quite a while. I run them through and ant command though the Mac app iTerm. Is there some kind of toolchain with which I can be notified as soon as all tests run through?
Maybe something like a regex combined with local notifications over the notification center or as simple as a beep sound at the end of it.