IDEA auto-creates LVCS comment when we lauch JUNit Tests
.
It reads something like :
 
          Testing com.mystuff.AllTests         
          Compiled project with no error
          Testing com.mystuff.AllTests
          ...
          ...
 
I would like it to color in red the tests that failed
 
          Testing com.mystuff.AllTests  => failed
          Compiled project with no error
          Testing com.mystuff.AllTests  => success
          ...
          ...
 
Alain Ravet

Reply via email to