Giter VIP home page Giter VIP logo

newman-dashboard's Introduction

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 ๐Ÿš€

Usage

This package is both a reporter and a standalone package. The standalone package takes care of launching the dashboard, while the reporter connects to the newman run.

A. For installation:

npm install -g newman-dashboard

B. Launch the dashboard on localhost:5001

newman-dashboard

You can also choose to daemonize the dashboard using the --daemonize flag.

The dashboard frontend would now be visible on http://localhost:5001/

C. Connect a newman run to the dashboard

newman run collection.json -r dashboard

This will connect the run to the dashboard and you would be able to view its status on the frontend.

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

newman-dashboard's People

Contributors

coditva avatar elit-altum avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.