0.1.15 • Published 4 years ago

@kroonprins/mocker-mock-server v0.1.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

A mock server with learning mode.

Build Status

See here on how to use.

Mocker consists of:

  • A UI for management
  • A mock server which responds to requests based on rules. Those rules are described in yaml files.
  • A learning mode reverse proxy server. In learning mode, requests to the real server that the mock server should mock are captured. From the UI these captured requests can be transformed into rules for the mock server.
  • A specific version of the mock server for use in javascript-based unit and integration tests.