Project

General

Profile

action #35374

Updated by szarate about 6 years ago

As a continuation of the work being done to display external test harness results better within openQA.  

 openQA currently will display results that come from an external harness as rows and use the known text info boxes (When multiple results or steps per testcase are available, multiple boxes are added), instead a list of the steps is preferred, and that when the user clicks on a particular step, then the details are displayed. 

 The interaction would then be similar to the one provided by http://metan.ucw.cz/outgoing/ltp-syscalls.html but the look of the list itself should be similar to Mock #1 or Mock #3 

 Mock #2 is provided since it's a css-less rendering of xunit test results.  

 ![Mock #1](https://i.imgur.com/scICQfA.png) 
 ![Mock #2](https://progress.opensuse.org/attachments/download/6049/2018-04-23-164111_690x212_scrot.png) #2]() 
 ![Mock #3](https://user-images.githubusercontent.com/10248953/32505084-93f4fc82-c3e1-11e7-998d-fe659b9da968.png) 

Back