A dashboard to view the expectations, requests, and logs in MockServer
This node module is built using react-scripts, it is not intended to use stand alone (except for development) and is bundled into MockServer on path /mockserver/dashboard
, for example:
https://localhost:1080/mockserver/dashboard
For development this node module can be run using npm start
and can be pointed at a running version of MockServer using host
, port
and context
query parameters as required, for example:
http://localhost:3000/?host=localhost&port=1080&context=
To run locally:
# 1. run node
npm start
# 2. navigate to UI
open http://localhost:3000/?port=1080
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.