About 50 results
Open links in new tab
  1. How to enable HTTPS for standalone Wiremock - Stack Overflow

    Feb 1, 2011 · 10 Generate java key store for wiremock keytool -genkey -alias wiremock -keyalg RSA -keysize 1024 \ -validity 365 -keypass password -keystore identity.jks -storepass password Important …

  2. How to create dynamic response with json in wiremock

    May 5, 2024 · How to create dynamic response with json in wiremock Asked 1 year, 8 months ago Modified 1 year, 8 months ago Viewed 2k times

  3. How to match path variables in wiremock urlPathMatching

    Jul 25, 2024 · How to match path variables in wiremock urlPathMatching Asked 1 year, 5 months ago Modified 1 year, 5 months ago Viewed 793 times

  4. spring - Wiremock - sometimes it throws "Software caused connection ...

    Aug 25, 2021 · I would suggest attempting to fix this in the client's configuration rather than via a WireMock extension, either by disabling connection pooling or enabling stale connection checking.

  5. Newest 'wiremock' Questions - Stack Overflow

    Jan 14, 2026 · How to make wiremock to record the whole request (the query params, request body/headers etc) rather than just the hash of request? I need to achieve this programmatically.

  6. How to return request body in a field in response using Wiremock

    Dec 26, 2020 · How to return request body in a field in response using Wiremock Asked 5 years ago Modified 1 year, 5 months ago Viewed 17k times

  7. wiremock issue when upgrading to Spring Boot 3 - Stack Overflow

    Dec 4, 2022 · When upgrading my Spring Boot 2.5 to 3.0 , I am facing some issues with Wiremock, probably due to the move to jakarta namespace. Even upgrading to latest wiremock-jre8 , ie 2.35.0 …

  8. Wiremock BodyPattern matching Contains this or that

    May 15, 2020 · I am trying to configure Wiremock to return the same response from a text file if the request body contains this or that etc. Here is my working file for a single request: { "priority": 1, "re...

  9. Set property with wiremock random port in spring boot test

    However wiremock is supposed to mock an external service and I need to tell my application how to reach it. I do this with the external.baseUrl property. The value I want to set in my test depends of …

  10. How to replace WireMock @Rule annotation in JUnit 5?

    Aug 29, 2021 · Before wiremock has official support for JUnit you have some workarounds: Run JUnit 4 tests side by side with JUnit 5 tests with the junit-vintage-engine. Start and stop the server yourself in …