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.  

 AC1: openQA is able to display external harness output, in the same view for the tests results as a list and not as test text boxes. 
 AC2: once a particular item from the results list is clicked, the details are shown/expanded. 
 Optional AC3: passing tests from the test harness can be collapsed by default, to save space. 

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

Back