-
First of all, thank your for WireMock! I'm really happy with it and I want to give something back.
Here is my feature request (for discussion):
In recent times I'm using WireMock in conjunction with…
-
currently we are working on some new parts for our API and we want use the Wiremock proxy functionality, but unfortunately that will not work.
we want to generate a stub which looks like this:
`
…
-
This is more of a feature request. But it would be nice to be able to specify sub directories for recorded files both the generated mapping & __files.
Example:
```
java -jar wiremock.jar --record…
-
An enhancement idea:
Allow to match Wiremock verifications against a RAML specification (http://raml.org/)
so that I can verify whether my REST Client matches the RAML specification of the REST API.
…
-
In your example you provided the json representation of response but not mapping file.
so I added my mapping file but have not observed response was using the template.
Here console out put when cal…
-
Hi - Do you know if it is possible to add the WithTransformer and WithDelay to already recorded static mappings? Wanted to check if this was already known before running some tests. Thank you.
Aroon
…
-
Dear Team,
In a console application, I've below code to start WireMock.Net
// setup
var server1 = FluentMockServer.Start(new FluentMockServerSettings
{
…
-
Having the below header in a static mapping file as part of the response results in a NULL value being returned to ResponseBuilder in InitResponseBuilder, since it either expects a string or json - bu…
-
Hello,
I attempted to update the version of WireMock.Net used by our test project, which was previously on 1.0.2._x_. Now when the tests are executed we find some unexpected behaviour. Based on the…
-
Hi.
I'm currently using wiremock on a remote server outside my network.
Using the current configuration for the OPTIONS method like:
```json
{
"priority":10,
"request": {
"method": "OPT…