Skip to main content

2 docs tagged with "wiremock"

View all tags

WireMock Basics

WireMock is a simulator for HTTP-based APIs. It is often used for testing applications that rely on external APIs by mocking the API responses. WireMock can be used as a standalone server or as a library within your Java project.