The Wayback Machine - https://web.archive.org/web/20200619130314/https://github.com/topics/stubbing
Skip to content
#

stubbing

Here are 86 public repositories matching this topic...

mogronalol
mogronalol commented Oct 7, 2017

When there is no match, the response body will contain useful debugging information such as what matcher came the closest and which specific criteria it did not match on.

The problem is that we can also get the false positive scenario, where we are expecting a particular match to take place but a different one does instead.

We propose an explain functionality along the lines of `hoverctl

bbyars
bbyars commented Feb 19, 2018

Several pages of the docs are in need of an update. Includes the following:

  • Adding the system daemon docs from the README to the site
  • Updating or removing the examples page
  • Updating the client libraries, including potentially adding a github organization
  • Updating the support iframe
  • Updating the glossary to the mental model map from manning
  • Validating the contracts page is up to
Kronopt
Kronopt commented Apr 8, 2020

Hi,
I think it would be useful to parse external files for variable tags.
This way it would be possible to have the response contents outside the mock definition files and still be able to populate it with fake data.

If this is already possible, I can't seem to find how to do it.

An example:

MMock definition:

request:
  method: GET
  path: "/"
response:
  statusCode: 20

Improve this page

Add a description, image, and links to the stubbing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stubbing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.