I’d like to capture the timings from my jUnit tests into some format that I can pull into excel or csv. Is there a tool or even a simple way to do this through injection to do this?
I’ve seen jUnitPerf, but this does not include any output, and also requires code to create sets of tests, which is far more elaborate than I am thinking.
(investigated the following questions without finding the answer)
One way would be to write your own runner with a custom listener:
Pass the class names of the tests you want to time to TimingRunner’s main.