I've started using Jenkins in order to compile and test my builds periodically. The job is fairly simple. It compiles the build and then executes the tests.
The test results are stored in a file. There's also a distinct line saying how many tests have passed. (Something like X tests passed out of Y).
I'd like to know what's the simplest way/plug-in to display these results at the end of the build.
I'd like a visual display, since I know Jenkins is very nice in displaying graphs over time/job.
I appreciate your help, and forgive me if this question already exists on Stackoverflow. I haven't found anything close enough for me.