super-api-tester-dashboard-wrapper
v1.4.8
Published
Standalone desktop GUI test runner and live telemetry streaming dashboard platform
Maintainers
Readme
super-api-tester-dashboard
A zero-configuration standalone desktop GUI test runner and live telemetry streaming dashboard platform for
super-api-tester. Easily initialize, orchestrate, and visualize API automation tests in real-time.
🚀 Features
- Zero-Touch Initialization: Instantly scaffold your entire API testing directory workspace with a single
npxcommand. - Live Telemetry Dashboard: Stream real-time QA metrics and test run lifecycle events directly to a visual interface.
- Dual Mode Execution: Launch as a rich native desktop GUI app or run as a lightweight headless browser dashboard.
- Embedded Automation Pipeline: Pre-configured with
Vitest,Zod,Electron, andExpressto bridge the gap between script-writing and visual validation tracking.
📦 Getting Started (Quick Start)
You do not need to install anything manually or download files. Go to an empty folder where you want to build your test workspace and run:
npx super-api-tester-dashboard init
1. Install Workspace Packages
Bash
npm install
2. Launch the Integrated Desktop App GUI
Launches the background automation server loops and mounts them directly inside a standalone native window framework:
Bash
npm run app