TestGlance: supported testing frameworks
TestGlance is a GitHub Action that adds a CI test summary, flake detection, and slowest-tests breakdown to every PR. It runs locally in your GitHub Actions runner — no signup, no API key, no outbound calls.
Agent-friendly version of this index: /install/index.md
| Framework | Language | Install guide |
|---|---|---|
| Cypress | JavaScript/TypeScript | /install/cypress.md |
| .NET (xUnit / NUnit / MSTest) | .NET | /install/dotnet.md |
| Go (`go test`) | Go | /install/go.md |
| Jest | JavaScript/TypeScript | /install/jest.md |
| JUnit 5 (Maven / Gradle) | Java/Kotlin | /install/junit5.md |
| Mocha | JavaScript/TypeScript | /install/mocha.md |
| Other / Generic JUnit XML | any | /install/other.md |
| PHPUnit | PHP | /install/phpunit.md |
| Playwright | JavaScript/TypeScript | /install/playwright.md |
| pytest | Python | /install/pytest.md |
| RSpec | Ruby | /install/rspec.md |
| Vitest | JavaScript/TypeScript | /install/vitest.md |