Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AlexKosz/SpecViewClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpecView - Jest Test Analyzer

Live Demo Backend Repo

SpecView Interface SpecView Interface

A web interface for analyzing and sharing Jest test results. Upload JSON reports, search assertions, and collaborate with your team.

Key Features

  • 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

How to Use

  1. Upload your Jest JSON file (drag & drop or file picker)
  2. 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)
  3. Save (requires login) or Share (public link)

Tech Stack

Area Technology
Framework React 18
State Redux Toolkit
Styling Mui
API Client Axios
Hosting AWS

.env

set this in your .env

REACT_APP_API_URL=

Contributing

Issues and PRs welcome!

Development Setup

npm install  # Install dependencies
npm start   # Run dev server (http://localhost:3000)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors