Project

General

Profile

action #88536

Updated by okurz about 3 years ago

## User story 
 As a QE engineer, I would like to have a way of comparing openQA's tests (*.pm) utilization between our products, mostly before their release and after the release. With ~1500 tests available at this moment, it's very difficult to find out whether particular test is being used to it's full potential, if it is running on all products, code streams and architectures that it could and should run on. That brings a risk of needlessly lowering the testing coverage that is already available to us. 

 ## Acceptance criteria 
 * **AC1:** Possibility to filter the data, to easily compare coverage between whichever products, code streams. 
 * **AC2:** Possibility to access data by script/bot to process them further (dashboards, alerts, etc.) 


 ## Tasks 
 * Get accustomed to https://maintenance-statistics.dyn.cloud.suse.de/ 
 * Identify which data we should include besides already mentioned tests, products, code streams and architecture. 
 * Create a table that can visualize the above table. 

 ## Further details 
 As per previous discussions, Metabase seems to be the best way to realize this.

Back