In certain continuous integration situations I can see a need to send the results of the tests off by email, or even hooking up a irc bot to notify a channel.
We should start by setting up another option called resultProcessor that exposes three methods:
In certain continuous integration situations I can see a need to send the results of the tests off by email, or even hooking up a irc bot to notify a channel.
We should start by setting up another option called resultProcessor that exposes three methods:
As default implementations we could implement an
EmailProcessor
,IRCProcessor
andPOSTProcessor
.