Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
3 votes
4 answers
113 views

I am trying to dynamically generate a list with N entities, the quantity can be set using the query parameter size as the following GET /search?size=15. I want to set a default value for it when the ...
Kodex's user avatar
  • 43
0 votes
1 answer
159 views

@ActiveProfiles("it") @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @ContextConfiguration(classes = ServiceApplication.class) @AutoConfigureWireMock(port = 0) @...
0 votes
1 answer
33 views

I'm trying to setup wiremock standalone in the way to record all requests from certain api on my android emulator with steps below: Launching wiremock on machine with: java -jar wiremock-standalone-3....
0 votes
0 answers
39 views

Whenever I have a client in my Spring Boot application I use WireMock for integration testing. Works very well. I now have to implement an async client for which I am using WebClient, but my typical ...
0 votes
1 answer
146 views

In the following scenario: In a loop: construct and launch server construct client and make a request print response code cleanup server and client I am seeing occasional timeouts and rarely other ...
0 votes
1 answer
149 views

I use WireMock to stub the following URL to an external service: /users/{username}/repos. The official docs says that using regexes is discouraged note Using the Path and query regex is generally not ...
0 votes
0 answers
116 views

My resources tree is src/test/resources/ ├── application-test.yml └── wiremock ├── __files │ ├── github-repo-branches.json │ └── github-user-repos.json └── mappings ├── ...
1 vote
1 answer
51 views

I am trying to mock google oauth flow with wiremock in my nodejs app for integration tests. I have configured in my passport manager code: passport.use(new GoogleStrategy({ clientID: config....
0 votes
0 answers
53 views

This is what my current docker compose looks like, wanting to mock a service where the mappings are mounted to /app/__admin/mappings and files that are used in bodyFileName are mounted to/app/__admin/...
1 vote
0 answers
154 views

I'm encountering an SSL connection issue when using WireMock to mock an external HTTPS service. The mock server is configured and starts up correctly, but when my application tries to make a request ...
0 votes
0 answers
82 views

I am trying to use holomekc/wiremock-gui:3.x.x-alpine version as a Docker base image to create Docker file with wiremock UI. And my problem is that seems there is no way to set up some context-path in ...
0 votes
0 answers
35 views

I am using the same function - "ts":"{{now offset='1 months' format='epoch'}}". The Response I get is "ts":"1749708866319". I need the response as a number ...
1 vote
1 answer
54 views

I'm trying to deploy a custom image to an app service in azure. Incidentally it's based on a wiremock image and simply copies some configuration files to be used at runtime. When I docker build and ...
0 votes
1 answer
86 views

I run Wiremock as a standalone server by using below parameters. java -Xms2048m -Xmx2048m -Dhttp.keepAlive=true -jar wiremock-standalone-3.12.1.jar --max-request-journal-entries 300 --global-response-...
0 votes
0 answers
57 views

We're using WireMock with browser proxying and snapshotting for tests where requests to remote services is not under our control. This works really well. The thing we'd like is for any requests, that ...

15 30 50 per page
1
2 3 4 5
...
66

AltStyle によって変換されたページ (->オリジナル) /