Skip to content

postmanlabs/newman-dashboard

Repository files navigation

About

Newman Dashboard aims to provide a real-time WebUI dashboard which can let you control and view the currently executing as well as the previously executed newman runs. This would help you debug and analyze your runs from a single endpoint and notify about any error which might occur during the run.

This project was built during Google Summer of Code 2021 ☀️ with Postman 🚀

Environment setup

A. Install all dependencies

npm install

B. Run the CLI for launching the dashboard

node ./bin/index <args>

C. Running the tests

// The complete test suite along with linting
npm test

// Only linting
npm run test:lint

// Only the test suite
npm run test:suite

About

A WebUI companion for Newman to control, view and debug runs. 🚀✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published