newman-reporter-dashboard-wrapper
v1.0.4
Published
Historical trend reporting dashboard for Postman/Newman executions
Readme
Newman Dashboard Orchestrator 🚀
An interactive, real-time HTML5 analytics reporter dashboard for Postman collections executed via Newman. Includes a built-in, completely free, client-side AI QA Advisor Insights engine to instantly diagnose assertion and performance bottlenecks locally with zero external API dependencies.
⚡ Quick Start Guide
Get up and running with your interactive dashboard wrapper in under 2 minutes.
1. Prerequisites
Ensure you have Node.js (v18 or higher) installed on your machine. You will also need a Postman collection exported as a .json file.
2. Global Installation
Open your terminal and install the orchestrator utility globally:
npm install -g newman-reporter-dashboard-orchestrator
How to run the newman and invoke dashboard
newman-dashboard my_postman_collection.json
