-
Hi all, this is a question to see if anyone had thoughts on this before I start investigating in more detail. Has anyone considered whether it would be possible to deploy WireMock as an Azure Function…
-
Hello guys,
In **WireMock.NET** there is a possibility to define scenarios which acts as a state machine for requests. Very nice :+1:
Is there possibility at run-time (hosted by Azure/IIS) route…
-
The standalone project already doing this is [here - API Mock Maker](https://github.com/authorjapps/api-mock-maker)
The same logic needs to be somehow reused and built into the core module.
Exam…
-
Apologies for the naive question, but I am stuck on an unexpected issue. I am writing an API in front of Wiremock so I can wire in a UI easily. I have got mapping deletion working fine, but I have fou…
-
So, I have some old project and I want to upgrade dependencies. Everything is smooth but I have an issue with wiremock. I did change from
com.github.tomakehurst
wiremoc…
ghost updated
5 years ago
-
Hi,
I have a question about the current capabilities of templating.
I'd like to retrieve responses from files using WireMock.Net, and for that I am using static mappings with "BodyAsFile" attrib…
-
**Is your feature request related to a problem? Please describe.**
I would like to use wiremock to check for request body patterns and provide an XML response body defined in a file.
At the moment…
-
I'm using the following code
``` c#
FluentMockServer fms = FluentMockServer.Start();
fms.Given(Request
.Create()
.WithPath("/api/evalu…
-
**Describe the bug**
`KnotxExtensionInheritanceTest` fails with errors.
**To Reproduce**
Steps to reproduce the behavior:
1. Run `KnotxExtensionInheritanceTest` tests.
```
io.knotx.junit5.Knot…
-
We are using wiremock standalone 2.18.0 as a common mock server across several teams, so many people are constantly adding new mappings in form of json files.
If somebody makes a simple typo in json…