A modern React + Vite dashboard for visualizing multi-suite automated tests: unit, integration, E2E, performance, and coverage – all in one clean UI.
- 📊 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
# 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