Project

General

Profile

action #73114

Updated by okurz over 3 years ago

## 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".

Back