About 50 results
Open links in new tab
  1. How to create dynamic response with json in wiremock

    May 5, 2024 · How to create dynamic response with json in wiremock Ask Question Asked 1 year, 10 months ago Modified 1 year, 10 months ago

  2. 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 …

  3. java - wiremock AutoConfigureWireMock HttpHostConnectException ...

    Oct 6, 2025 · wiremock AutoConfigureWireMock HttpHostConnectException: Connection refused Ask Question Asked 5 months ago Modified 5 months ago

  4. java - wiremock jsonPath and int values - Stack Overflow

    Oct 13, 2024 · I'm Evaluating the Wiremock to be used in our project Need help in understanding how to generate the integer field in the response taken out of request (both are JSONs). Example of stub …

  5. How to capture the body of a request that was stubbed with Wiremock

    Jan 17, 2023 · Is there a way to capture the body of a post request that was stubbed with wiremock? I'm looking for something similar to Mockito's ArgumentCaptor. I have the following stub: …

  6. 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 …

  7. Wiremock - how to read response from json file? - Stack Overflow

    Aug 30, 2022 · Wiremock - how to read response from json file? Ask Question Asked 3 years, 6 months ago Modified 3 years, 6 months ago

  8. How to specify path of WireMock mappings and files present inside ...

    Jul 24, 2020 · I have built WireMock as a spring boot application using "spring-cloud-contract-wiremock" dependency. I have kept the mapping and _files inside src/test/resources folder.

  9. How to set wiremock server and stub request based on hostname

    May 1, 2023 · How to set wiremock server and stub request based on hostname Ask Question Asked 2 years, 10 months ago Modified 2 years, 10 months ago

  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 …