node-easymock
node-easymock copied to clipboard
A simple but powerful mock server in nodejs
I read the manual but I can't figure out if it's possible. Imagine we have: `POST /jedis` with a body of `name=obiwan` `POST /jedis` with a body of `name=darthmaul` I...
HI. When I send request which has `application/scim+json` value on content-type, the request body is not shown on access logs page.  This problem is caused by body parsing logic....
Failing while installing. Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'.
Hi, are there any plans to support more late versions of node? (~v7)
I was working on cancelling an open request and recognized that my easymock server always crashes with the following message when request gets cancelled: ``` _http_outgoing.js:492 throw new Error('"value" required...
Would it be possible to implement required fields for an endpoint, and if they are not there return a error response?
It could be percentage wise : i.e. items_get_10%.json, items_get_30%.json response is chosen randomly to respect percentages named in file name Items_get_1.json, items_get_2.json, items_get_3.json first response tu route returns _1, then...
So I have set up a generic response like so ``` < @status 302 < @header Location: http://localhost:3000/mock_data/#{id}/user.do ``` and in mock_data folder I have folder with customer id for...
Instead of manually putting in JSON files in paths, how about accepting HAR file, specifying a root path and extracting responses to that path?
"Sorry bro nothing here" is not really helpful. How about outputting the actual file path where this file was expected? That will make it easy to create the file there....