Company creates system to track flaky tests in their CI/CD pipeline using JUnit XML format, allowing them to measure which tests are the flakiest and improve visibility over the data. They use a simple schema to track individual test results and execution time for each job for every pipeline in any branch. They were able to build various useful tables and charts with this data but the main goal is to fix the flaky tests.
















