Skip to content

c0pp3rdru1d/TestScope

Repository files navigation

Test Automation Dashboard

A modern React + Vite dashboard for visualizing multi-suite automated tests: unit, integration, E2E, performance, and coverage – all in one clean UI.


Screenshot from 2025-12-06 12-32-30

Features

  • 📊 High-level summary of total, passed, failed, and skipped tests
  • 🧪 Suite breakdown: Unit, Integration, E2E, Performance, Coverage
  • ⏱️ Duration metrics per suite and overall
  • 📈 Progress bars for quick pass/fail visualization
  • 🧩 Built as a template you can wire to any test runner or API
  • ⚡ Powered by React 18 + Vite + Tailwind CSS

Tech Stack


Getting Started

# clone
git clone https://github.com/<your-username>/test-automation-dashboard.git
cd test-automation-dashboard

# install dependencies
npm install

# run dev server
npm run dev

# build for production
npm run build

# preview production build
npm run preview

About

A testing dashboard to automate and visualize testing data for CI/CD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages