About 1,230,000 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. What's the right way to configure the directories with WireMock?

    Aug 16, 2025 · I ended up moving the wiremock directory to my project root directory and from then on it works but I don't like it. I want wiremock to be located under test/resources. Someone nests …

  3. How to match path variables in wiremock urlPathMatching

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

  4. How to Load wiremock-state-extension in Wiremock Docker container

    Feb 21, 2025 · Currently, I am using Wiremock 3.12 version.I am trying to load wiremock-state-extension from local folder to container folder.So, According to official documentation ...

  5. How to create dynamic response with json in wiremock

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

  6. Wiremock :How to read the stub from a file in wiremock?

    Jun 25, 2020 · This means that you start the wiremock server in java programmatically and still take advantage of configuring the stubs using json file. Correct? Initially I thought you can only use the …

  7. Dynamic wiremock to capture path parameter and return in response

    Dec 17, 2020 · Dynamic wiremock to capture path parameter and return in response Asked 5 years ago Modified 1 year, 7 months ago Viewed 10k times

  8. How to get to a WireMockServer from Junit 5 WireMockTest test case

    Mar 1, 2022 · Wire mock has a addMockServiceRequestListener function available on the JUnit4 Rule or on a wiremock server instance. How do I get to that function from a test class annotated with JUnit …

  9. 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...

  10. URL Path Pattern Matching in WireMocks (pattern matching)

    Jul 9, 2017 · 3 I am using wiremock for REST API testing and I am facing the below problem. I have the following 2 json requests created. REQUEST 1: