-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
I have a set of tests for which I need to inform specific persons:
- if test A1, A2 or A3 fails, an e-mail should be sent to person A
- if test B1, B2 fails, an e-mail should be sent to person B
- etc.
What would be a good approach to let the build decide what recipients to send the e-mail to? Perhaps an environment variable can be set which is then added to the mailer configuration of the project?