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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -