TestMiner: https://andrehora.github.io/testminer/
Explore and visualize software testing across GitHub repositories. Understand how projects organize tests, how tests evolve, and which testing libraries are used.
- Organizations: Google, Microsoft, Apple, Facebook, Netflix, GitHub, Apache, HuggingFace
- Topics: ai, llm, api, nodejs, android, python, typescript, rust
- Repositories: fastapi/fastapi, prisma/prisma, github/linguist
Test Dependencies: dependencies related to testing (from GitHub SBOM)
Files are automatically classified into categories: test, test-helper, e2e, mock, snapshot, fixture, benchmark, smoke, ci-test, and source.
Just open testminer and search by:
- repository (e.g.
https://github.com/fastapi/fastapi, or simplyfastapi/fastapi) - organization/user (e.g.
google,microsoft) - topic (e.g.
ai,llm,api)
Without a token, the GitHub API allows 60 requests/hour. Adding a read-only personal access token increases this to 5,000/hour. The token is stored only in your browser's localStorage.
npm run dev # Start dev server (Vite)
npm test # Run unit tests (Vitest)
npm run e2e # Run end-to-end tests (Cypress)- JavaScript, React, HTML5, CSS3
- Vite
- Chart.js
- GitHub API, jsDelivr API
- Vitest + Cypress for testing






