Utkarsh Maheshwari
Utkarsh Maheshwari
Need to publish the package on `npm` to enable users to download and use the package. Related: #51
Currently `server.js` starts an express server and `index.js` sets up listeners for socket. This can be improved.
```bash npm link cd /path/to/newman npm link newman-reporter-dashboard bin/newman.js run -r dashboard collection.json ```
We should add a lint rule to remove/error on extra white-spaces _Originally posted by @coditva in https://github.com/elit-altum/newman-dashboard/pull/37#r684610115_
Currently reporter has event names as `control:XXX`. This does not seem to offer much benefits. Let's clean these up to be similar to Newman callbacks. Also, move them to a...