A web interface for analyzing and sharing Jest test results. Upload JSON reports, search assertions, and collaborate with your team.
- Instant Analysis: Upload Jest JSON output (
jest --json --outputFile=results.json) - Smart Search: Filter by test name, file, status, or assertion text
- Secure Accounts: Save reports to your profile
- Shareable Links: Generate URLs to share test results
- CI/CD Ready: Designed for modern development workflows
- Upload your Jest JSON file (drag & drop or file picker)
- Search tests by:
- File path (
src/components/Button.test.js) - Folder within path (
src/components/Button.test.js) - Assertion text (
Login Modal should display all proper fields)
- File path (
- Save (requires login) or Share (public link)
| Area | Technology |
|---|---|
| Framework | React 18 |
| State | Redux Toolkit |
| Styling | Mui |
| API Client | Axios |
| Hosting | AWS |
set this in your .env
REACT_APP_API_URL=
Issues and PRs welcome!
npm install # Install dependencies
npm start # Run dev server (http://localhost:3000)
