From 38963eac865ad1f28a9f5e6f08ea3c2b6a2e9b3b Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Sun, 28 Jun 2026 23:04:59 +0530 Subject: [PATCH] Adding Beeceptor's service virtaulization --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe7253..47a652b 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,10 @@ A curated list of Microservice Architecture related principles and technologies. ### Testing +``` +- [Beeceptor](https://beeceptor.com/) - A service virtualization platform for building virtual APIs from OpenAPI, WSDL, gRPC, and other API specifications instantly. It supports traffic recording, dynamic behaviors, stateful APIs, and connection with AI/MCP for management. - [Goreplay](https://github.com/buger/goreplay) - A tool for capturing and replaying live HTTP traffic into a test environment. +- [Hoverfly](https://github.com/spectolabs/hoverfly) - Lightweight service virtualization/API simulation tool for developers and testers. - [Keploy](https://keploy.io) - Open-source tool for API testing and mocking by capturing real traffic and converting it into test cases and stubs, enabling reliable microservice testing. - [Mitmproxy](https://mitmproxy.org/) - An interactive console program that allows traffic flows to be intercepted, inspected, modified and replayed. - [Mountebank](http://www.mbtest.org/) - Cross-platform, multi-protocol test doubles over the wire. @@ -474,7 +477,7 @@ A curated list of Microservice Architecture related principles and technologies. - [VCR](https://github.com/vcr/vcr) - Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. See the list of ports for implementations in other languages. - [Wilma](https://github.com/epam/Wilma) - Combined HTTP/HTTPS service stub and transparent proxy solution. - [WireMock](http://wiremock.org/) - Flexible library for stubbing and mocking web services. Unlike general purpose mocking tools it works by creating an actual HTTP server that your code under test can connect to as it would a real web service. -- [Hoverfly](https://github.com/spectolabs/hoverfly) - Lightweight service virtualization/API simulation tool for developers and testers. +``` ## Continuous Integration & Delivery