java - How can I programmatically run all my unit tests within my app and email failed tests list -
i have requirement must email list of failed tests within maven spring batch application po in daily manner. unfortunately not have access deployment tools teamcity set-up such warning emails. must in codes. , trying avoid
- leave trails of of test assertion failed exceptions in logs
have repeated test piece of test codes
and email noted failed test list , otherwise abandon email if tests have been passed.
can achieve this?
Comments
Post a Comment