Project

General

Profile

action #54305

Updated by riafarov almost 5 years ago

## Motivation 
 We have a chance to run same tests for multiple stages of the development which will significantly simplify bisection during the failures investigation. 
 I as a YaST developer want to execute same integration tests as we run for build locally. 
 I as a QA engineer want to run same tests on multiple development phases to simplify bisection during the investigation. 

 This ticket is follow up on #50726, @jrivera has explored rspec and proved that it works well and can be used.  
 Two remaining point are integration with openQA (is that possible to generate results in xUnit?). 
 Can we generate better reports than openQA, e.g. allure. 
 Now we need to demo the solution to the YaST team and come up with the next steps to start using it for TW in openQA and in CI for the package itself. 

 ## Further details 
 We need to communicate with YaST team to come with the stack of technologies to be used, so both parties can contribute and easily understand setup. 
 For QA it's given, that results have to be wrapped in openQA.

Back