diff --git a/README.md b/README.md index ca638dd..58aa4b6 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,7 @@ A curated list of Microservice Architecture related principles and technologies. ### Testing +- [Goreplay](https://github.com/buger/goreplay) - A tool for capturing and replaying live HTTP traffic into a test environment. - [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. - [Spring Cloud Contract](https://cloud.spring.io/spring-cloud-contract/) - TDD to the level of software architecture.