We have some tests that fail periodically for no reason, mainly, JUnit times out. I want to know if I can get the number of times each test has failed. With that, I can see if it is certain tests that keep have issues, or it is not tied to tricky tests and more an issue with the stability of Jenkins on that server.
We have some tests that fail periodically for no reason, mainly, JUnit times out.
Share
I encountered the same problems and we made a python that can grab the failings tests in the last N builds :
And I obtain :