← back to backlog: veritas

XML and CI/CD Friendly Reporters

status

todo

type

task

descriptionContinuous integration tools (GitLab CI, GitHub Actions, Jenkins) can't parse logs natively. The Improvement: Add a tap-reporter (Test Anything Protocol) or a junit-xml-reporter. Why it matters: TAP is remarkably easy to implement in plain text, and JUnit XML allows CI dashboards to natively graph test failures, track execution times over time, and highlight exactly which line failed without forcing developers to dig through raw console logs.veritas-363