Reputation: 5540
Is it possible to see history of individual test case results in Jenkins? Basically, I want to know at what revisions a particular test case failed. There must be plug-in for that but I can't find one.
Upvotes: 0
Views: 285
Reputation: 272772
On the relevant project, click on Latest test result, then drill down to the test of interest, then click History.
Upvotes: 2