testinggospels / camouflage

Camouflage is a backend mocking tool for HTTP, gRPC, Websockets and Thrift protocols, which helps you carry out your front end prototyping, unit testing, functional/performance testing in silos, in absence of one or more Microservices/APIs.
https://testinggospels.github.io/camouflage/
MIT License
270 stars 26 forks source link

Multiple HTTP servers #179

Closed bschoche closed 2 years ago

bschoche commented 2 years ago

I'd like to mock multiple HTTP servers on different PORTs and start them all at once. Is there any possibility to use camouflage for this? or can you only have one HTTP instance? thanks

shubhendumadhukar commented 2 years ago

@bschoche,

Current implementation of Camouflage uses one instance each for the supported protocols (http, https, http2, grpc, websockets). Would you be willing to help me understand the utility or an example where having multiple servers might be needed?

bschoche commented 2 years ago

thanks