Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Target-2.7.4 Priority-High
New 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
Currently tests' start time and elapsed time are shown in the same column
in report's test details table. Columns in this table are sortable, and
sorting by the times sorts by the start time. To find out which tests take
a lot of time to execute, it would be handy to be able to sort by elapsed
times. The easiest solution for this is having a separate column for
elapsed times.