Is there a way for me to get a graph with time as the x axis instead of build number and see a graph of how long the tests took/how long an individual test took over time?
It seems like the only way the graphs could be useful if they're over a very long period to indicate how your software is progressing over weeks/months/years instead of just a few recent build numbers. Knowing the time also helps indicate the performance of the tests. How are other people using the jUnit tests/results?