-
I have a case where I want to test my actions on a Rest API I do not have control on.
This API is stateful so for example this sequence is possible :
- Request A (GET method) -> Responds X
- Req…
-
See https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/wiremock-user/DOmiAQ83W8E/rlncqKAXBQAJ
-
Hi,
first of all, I am using the latest version of wiremock 2.32.0.
I've been using wiremock to record and snapshot a URL which contains a colon like: https://myserver.com/data/API/Checks(Accoun…
-
I get this result when I attempt to run the test:
```
$ docker-compose exec php /bin/sh -c 'php bin/console app:test'
Warning: require(/var/www/html/vendor/autoload.php): failed to open stream:…
-
Hi,
started using wiremock couple of months ago, really speeds up development. Thank you very much for the effort!
Now that I feel more comfortable with it, I have started using it in a bit more c…
-
I've been using the WireMock record feature to create a mock of a REST API. The generation works pretty well, except that the matching of query strings in URLs seems to be a basic string equality type…
-
Hi,
I observed the following issue. Details provided below. Thanks for the help. Regards.
### Environment
Java : openjdk version "11.0.14" 2022-01-18 LTS
Jmeter : 5.4.3
jmeter-bzm-http2-2.…
-
We use WireMock to record interactions with a 3rd-party system and isolate our local development environments of a legacy system.
Every now and then we add more interactions, at which point we need…
-
Unit tests are a great resource. But there should also be a way of verifying that API works correctly vs. real Salt server instead of just a wiremock.
Recently, there are dozens and dozens of Salt ca…
-
I'm using the standalone server (2.5.1). I've noticed that soon after I boot the Wiremock server, everything works properly and my recorded data looks fine. However, after the server has handled sev…