MockServer
MockServer is an open-source tool for mocking and proxying HTTP and HTTPS services, enabling teams to simulate external systems for testing, development, and CI pipelines. It can run as a standalone server, be embedded in tests, or operate inside containers, such as Docker, to fit into existing workflows.
The core functionality centers on defining expectations that map incoming requests to predefined responses. Users can
Typical use cases include isolating test environments from fragile or unavailable external services, validating client-side error
MockServer is released under an open-source license and has an active community contributing features and integrations.