Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
102 views

WireMock.Net seems to be incompatible with Microsoft.Owin.Security.Interop. Consider the following .csproj file: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <...
isxpjm's user avatar
  • 369
0 votes
0 answers
37 views

I have got a wiremock server in java. It contains several .json files to returns answer for each request. Something like file1.json { "mappings": [ { "request": { ...
Lewis B's user avatar
  • 79
2 votes
4 answers
118 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
  • 33
0 votes
1 answer
341 views

@ActiveProfiles("it") @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @ContextConfiguration(classes = ServiceApplication.class) @AutoConfigureWireMock(port = 0) @...
emoleumassi's user avatar
  • 5,189
0 votes
1 answer
42 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....
Keixd's user avatar
  • 1
0 votes
0 answers
56 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 ...
mackesmilian's user avatar
1 vote
1 answer
189 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 ...
Lesiak's user avatar
  • 26.6k
0 votes
1 answer
291 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 ...
camilajenny's user avatar
  • 5,310
0 votes
0 answers
186 views

My resources tree is src/test/resources/ ├── application-test.yml └── wiremock ├── __files │ ├── github-repo-branches.json │ └── github-user-repos.json └── mappings ├── ...
camilajenny's user avatar
  • 5,310
1 vote
1 answer
57 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....
Mandroid's user avatar
  • 7,856
0 votes
0 answers
64 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/...
Riley Szecsy's user avatar
0 votes
0 answers
98 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 ...
tidik's user avatar
  • 21
0 votes
0 answers
36 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 ...
lovedeep sandhu's user avatar
1 vote
1 answer
56 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 ...
Patrick Davy's user avatar
0 votes
1 answer
97 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-...
Enock Prince's user avatar

15 30 50 per page
1
2 3 4 5
66