Actions
action #73114
openopenQA WebUI - Missing duration info for failed test
Start date:
2020-10-08
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
In the openQA WebUI we have the duration of each succeeded test, but there is no duration info for failed tests.
It could be useful to display the duration, even in the case of a failure.
Acceptance criteria¶
- AC1: The openQA job details page for completed jobs shows a time duration for failed test modules as well
Out of scope¶
- It is not necessary for the time to show up for a failed module while a job is still running
- It is not necessary for the time to show up for a failed or incomplete module when a job incompletes
Suggestions¶
- look into how the execution time is recorded, e.g. in t/17-basetest.t on the bottom in the subtest "execute_time".
Actions