-
- Wiremock versions: 2.18.0
- Wiremock started with: `java -jar wiremock-standalone-2.18.0.jar --verbose --container-threads 200 --https-port "50070" --port 0 --root-dir "recordings/cisco-ucs-50070" …
-
Hi
I'm using the latest of Quarkus and Wiremock Dev service and like to use response templates in Wiremock.
According to the documentation in Quarkiverse the feature is disabled but when I enable …
-
### Proposal
I would like to have an option to put stub mapping in a disabled state.
Such stub mapping would not be available for matching against requests but it should still be available to be f…
-
We're trying to integrate wiremock-spring-boot-starter in our project using the default configuration (adding dependency + `@WireMockTest`). We have our response body files under `src/test/resources/_…
-
Hi,
With wiremock-standalone 2.19.0, each record execution of the same query (same method, same endpoint, ...) generates a new JSON mock file.
Wiremock does not seem to verify that this request ha…
-
Hi dear community.
Is it possible to add a small feature in order to support store/load mappings/templates from database (mongoDB)?
WireMockConfiguration class has feature to specify a custom fileSo…
-
Hi Team,
I was struggling to host standalone Wiremock server on Heroku earlier. Thanks for providing comprehensive method against this GIT to deploy Wiremock on Heroku.
I have tried the same and …
-
I need to mock an service which has one of the endpoint serving zip files.
Unfortunately bodyFileName cannot be used for this purpose as it expects file to be a UTF8 string, not binary data, the do…
-
### Description
When any WFS source (1.0.0, 1.1.0, or 2.0.0) encounters a `FeatureType` whose schema (returned by the `DescribeFeatureType` operation and parsed when the source is initializing) impor…
-
Having multiple different, separated, sets of mappings is quite common to have. Not only because a single set can serve a very specific purpose, but also because merging sets is often simply not possi…