https://github.com/vinodnextcoder/mountbank-mock-server
mock mountbank server.Mountebank is an open-source tool that allows developers to create multiple endpoints with several special conditions so that they can mock real API calls to test applications
https://github.com/vinodnextcoder/mountbank-mock-server
macroservice-testing mock-api mock-data mock-mountbank-server mock-rest-service-server mock-server mock-stub mountbank mountbank-server stub-server stubbing
Last synced: 5 months ago
JSON representation
mock mountbank server.Mountebank is an open-source tool that allows developers to create multiple endpoints with several special conditions so that they can mock real API calls to test applications
- Host: GitHub
- URL: https://github.com/vinodnextcoder/mountbank-mock-server
- Owner: vinodnextcoder
- Created: 2022-01-14T14:33:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T15:46:22.000Z (about 4 years ago)
- Last Synced: 2024-12-29T05:12:10.361Z (about 1 year ago)
- Topics: macroservice-testing, mock-api, mock-data, mock-mountbank-server, mock-rest-service-server, mock-server, mock-stub, mountbank, mountbank-server, stub-server, stubbing
- Language: EJS
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mountbank-mock-server
mock mountbank server
---Mountebank is an open-source tool that allows developers to create multiple endpoints with several special conditions so that they can mock real API calls to test applications.
mountebank supports mock verification, stubbing with advanced predicates, JavaScript injection, and record-playback through proxying.
To install mountbank
# $ npm install -g mountebank
TO Run mountbank
# $ npm run mock
alternate command to run
mb --configfile imposters-dev.ejs