buildtestreflect
buildtestreflect is a lightweight software utility designed to integrate automated test results directly into continuous integration (CI) pipelines. Its primary function is to collect execution data from testing frameworks such as JUnit, pytest, or NUnit, transform that data into a standardized JSON report, and publish the report to build servers like Jenkins or GitLab CI. By doing so, buildtestreflect allows developers to visualize test health metrics, track flaky tests, and enforce quality gates before deployments.
The tool ships with a configuration file in YAML format that specifies which test runners to monitor,
Version histories show that buildtestreflect 1.0 introduced basic JSON report output, while 1.3 added support for