Updates:
Status: Started
Comment #1 on issue 1206 by pekka.klarck: Separate column for elapsed time
in report's test details table to allow sorting by it
http://code.google.com/p/robotframework/issues/detail?id=1206
This issue was updated by revision 4e8c86f9b886.
Separate column for elaped added. Decided to add end time with start time
to keep row hight same as earlier.
Currently elapsed times are sorted first so that fastests tests are first.
In stats elapsed times are sorted so that longest are first and that's
definitely better approach here too. Unfortunately the jQuery tablesorter
version we use doesn't seem support changing the initial sort order of an
individual column. I'll see could that be done with a custom parser or
should we upgrade tablesorter to a forked version.