A repository of different examples of wiremock use in different frameworks
This example demonstrates how to use WireMock with Spring Boot 3.x using the WireMock jetty 12 library.
This example demonstrates how to use WireMock with Spring
Boot 3.x using the wiremock-spring-boot
project
from Maciej Walkowiak
This example demonstrates how to set up WireMock as proxy for a service provisioned through Testcontainers and Docker Compose. This enables us to inject failures and artificial delays into the proxied service responses and test a wide range of scenarios.