stubbing
Here are 86 public repositories matching this topic...
It was non-obvious to me that the parameters supplied to the model via the withTransformerParameter would be under a "parameters" key rather than the raw key supplied in the DSL call. I think it would be helpful to have an explicit example in addition to the several request based examples.
I'm happy to raise a PR to the docs if this seems like a good idea.
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
Documentation revamp
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
-
Updated
Jun 6, 2020 - Swift
Current docs shows this as an example:
const fetchRouter = new Router({
strategies: ['fetch']
});
Which is wrong, since that argument should be the second one, not the first one.
A proper example would be:
const fetchRouter = new Router(
{} , // interceptor options
{
strategies: ['fetch']
}
);
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
-
Updated
Jun 10, 2020 - JavaScript
Relates to #237.
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Jun 4, 2020 - Java
As an end user, I do not have any clarity on how to get started with using this application. There are no releases, I do not see any executables in the source code, index.html opens as a blank page. Screenshots looks good, but there are no details on how to get into those screens.
-
Updated
Jun 30, 2019 - C#
-
Updated
Sep 18, 2019 - Java
-
Updated
Nov 17, 2018 - Elixir
-
Updated
Sep 13, 2018 - Python
-
Updated
May 31, 2020 - Pascal
-
Updated
Jun 10, 2020 - C#
-
Updated
Jan 11, 2019 - Java
Improve this page
Add a description, image, and links to the stubbing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stubbing topic, visit your repo's landing page and select "manage topics."


New Issue Checklist
OHHTTPStubsfor your project section