camouflage
Mocking tool
A tool for simulating APIs and microservices for testing purposes
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.
278 stars
4 watching
26 forks
Language: TypeScript
last commit: 9 months ago
Linked from 1 awesome list
api-simulationcamouflagecamouflage-servergrpcmicroservices-testingmocksmockserverservice-virtualizationstubbingtestingthriftthrift-server
Related projects:
Repository | Description | Stars |
---|---|---|
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
seborama/govcr | An HTTP mock tool that records and replays interactions for offline testing of Go applications. | 174 |
fadelis/grpcmock | A tool to easily mock gRPC endpoints for unit testing and integration testing | 146 |
gnosis/mock-contract | A tool to mock dependencies in smart contract tests by providing a fake interface and predefined responses. | 94 |
cezarypiatek/grpc-mock-server | A standalone component for mocking GRPC services using WireMock.NET stubbing engine | 32 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,063 |
jasonbock/rocks | A mocking library based on the Compiler APIs (Roslyn + Mocks) to create mock objects for unit testing and verification of virtual methods | 260 |
naturalintelligence/stubmatic | A tool for generating mock responses to HTTP requests without requiring code | 131 |
griffinmyers/wirepig | Tools for creating mock network dependencies in software testing | 52 |
friendsofgo/killgrave | A tool to create and manage mock servers with customizable responses | 522 |
marmelab/fakerest | A tool for intercepting and mocking HTTP requests in the browser to test REST APIs without a server. | 439 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 488 |
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
percolate/charlatan | Tools to generate mock implementations of interfaces in Go programming language | 203 |