Skip to content

mock-server/mockserver-ui

Repository files navigation

mockserver-ui

A dashboard to view the expectations, requests, and logs in MockServer

Build status Dependency Status devDependency Status

Community

  • Backlog:                     Trello Backlog
  • Freature Requests:  Github Issues
  • Issues / Bugs:           Github Issues
  • Chat:                           Join Slack

Getting Started

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

Contributing

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.


Analytics

About

A dashboard to view the expectations, requests, and logs in MockServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages