1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

add goreplay

This commit is contained in:
Moshe-Immerman 2017-08-19 20:46:52 +02:00 committed by GitHub
parent eede69b92b
commit 845808c3f7

View file

@ -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.