Gitlab JUnit test report statistic over many builds

208 Views Asked by At

We set up junit test reporting in gitlab and can see the results in the pipeline. Is it possible in any way (maybe via API?) to extract a statistic of how often a test fails? For example:

  • TestX 0/20 times successful
  • TestY 17/20 times successful
  • TestZ 19/20 times successful
  • ...

Background: we have very many integration tests and some of them show timing issues which cause them to fail. I would like to identify the tests which fail most often.

0

There are 0 best solutions below