Randy,
Do you want to see the global view of trending for all your tests
over time? you can easily get that from the main hudson screen. Though
I see now that I didn't put any screenshots up about that. I have a
post in the works -- probably the one i should've started with -- on
"why the hell would you even need this stuff?", which will cover my
own motivation for investigating hudson, and in fact it started with
time trending!
but i'm not so much concerned about 'does test 1 take longer today
than it took yesterday'. I'm concerned about "are all my tests
progressively taking longer to run", which would indicate some
problem. then i could presumably drill down into the tests to get at
that information. yes, you get the total time tests take when you dig
into the test results.
i'm not sure what other stuff is out there yet for getting
more/better/easier-to-read information with respect to time trending
in Hudson, but I'll definitely be digging into that b/c it's important
to me. I do know that continuous integration servers generally have a
mechanism for causing builds to fail when build times spike, but i
haven't implemented that in hudson yet so I don't know how it's done.
I'm curious: are you working alone, or on a team? I think for me,
this would influence whether I went down the CI route or whether I
just rolled my own test result app.
marc