Track test suite health over time
TestGlance parses your CI test reports and gives you a health dashboard.
Frequently Asked Questions
- What is TestGlance?
- TestGlance is a CI test suite health monitoring tool. It collects test results from your CI pipelines via a GitHub Action and provides a dashboard with health scores, trend analysis, and flaky test detection.
- How does TestGlance work?
- Add the TestGlance GitHub Action to your CI workflow. It parses your test reports (JUnit XML or CTRF JSON), sends the results to the TestGlance API, and you get a dashboard showing health scores, trends, and flaky tests over time.
- What test report formats are supported?
- TestGlance supports JUnit XML and CTRF JSON test report formats. These cover most major test frameworks including Jest, Vitest, pytest, Go test, RSpec, PHPUnit, and more.
- Is TestGlance free?
- The TestGlance GitHub Action is free and open-source. The SaaS dashboard with full health monitoring, trend analysis, and flaky test detection is available for $25/month.