Clean empty job groups in openQA

In this blog post I present you a small script, which can help you to remove empty job groups from your own openQA instance. This is helpful if you have a development instance with a lot of job groups, that you never use. [Read More]

Playing with the openqa API

Today we are going to play a bit around with the amazing API that every openQA instance provides. The aim of this tutorial is to show how the API can be accessed using a simple language like python. [Read More]

Hidden gem - Show failures only in external results

I just recently discovered one of the hidden gems in the openQA WebUI: Show only failing tests in external results. Problem / User story Certain tests like ltp perform a series of tests within a test run and show the results as “External results”. [Read More]