WireMock

Added on Jun 2024
878 Visits
17 Upvotes

About WireMock

WireMock is a mock server for HTTP. It's essentially a web server that can be set up to give prefabricated replies to certain requests (stubbing) and records incoming requests for further review (verification). It also includes a number of other helpful capabilities, such as the ability to record and replay interactions with other APIs, insert errors and delays, and simulate stateful behavior. It may be used as a library by any JVM program or executed as a standalone process.