-
Dear marco and Sudharsan,
I was gratefully using protractor-http-client for a front-end application test to talk with a wiremock instance running on the same server. I noticed that, when trying t…
-
Enabling Stub Runner adds default stubs /health and /ping, I am getting an additional stub which mess up with any other stubs that I have defined as it always matches with the one mentioned belo…
-
Hi there,
It looks to me that only the StubRunnerJUnit5Extension tests are being executed during the build process for the spring-cloud-contract-stub-runner. I've verified this my checking the late…
-
hi.
Background: I used wiremock for integration testing and I am trying to adopt spring cloud contract. I still have wiremock mappings in my repository and I still use original wiremock functional…
vilkg updated
5 years ago
-
Hi guys,
I am new to wiremock and I have been using wiremock recorder to get mappings for the service I want to mock. When I mock services with http I can see the mappings coming through but not fo…
-
Hi,
So I created this mapping:
``` js
{
"Guid": "57cb97c5-d307-40d9-9a50-a8bf4c0842e5",
"Priority": 0,
"Request": {
"Path": {
"Matchers": [
{
…
-
My tests using Wiremock server randomly hang.
Dependency used by wiremock is in version 9.4.13.v20181111. I tried replacing wiremock dependencies
(jetty-server, jetty-servlet, jetty-servlets, jett…
-
**Version**: The below snippets are from the latest on `master`.
We would like to retrieve WireMock stubs (not SCC-generated stubs, but plain old handwritten WireMock mappings) from multiple `jar`s…
-
com.github.tomakehurst.wiremock.client.VerificationException: Expected status 201 for http://"remotehost":8080/__admin/mappings/new but was 405
at com.github.tomakehurst.wiremock.client.HttpAdminCli…
-
**prisma server side subscriptions deploy error**
when i use the service side subscriptions for test ,but i get some error
Errors:
Subscription
✖ The provided query doesn't include any …