PSA about jenkins "hidden" test page

Tired of scrolling through a bunch of rails test output in Jenkins to find your failed PR tests?

I wasn’t aware that Jenkins has a Tests page that will show your failed tests on top (at least the rails ones from what I’ve seen). I’m not sure if this is common knowledge, but I figured I would share since I know parsing every rails test to see the failed ones can be frustrating. Here is a screencast to show how to access it.

Hope this helps someone else!

3 Likes

Thanks for highlighting this. Not everyone is a aware of this. Maybe not all jobs have this either. It’s based on parsing the xunit test results and we need to explicitly enable it. If you have a job where you miss it, please tell @infra and we’ll see if we can add it.

1 Like