fake_server
Test server
An HTTP server simulator that provides deterministic responses for testing purposes.
FakeServer integrates with ExUnit to make external APIs testing simpler
72 stars
4 watching
22 forks
Language: Elixir
last commit: over 4 years ago
Linked from 1 awesome list
elixirexunitfakefake-serverhttphttp-testmacrosstubtest
Related projects:
Repository | Description | Stars |
---|---|---|
marmelab/fakerest | A tool for intercepting and mocking HTTP requests in the browser to test REST APIs without a server. | 439 |
lukechilds/create-test-server | Provides an Express server for testing and development purposes. | 119 |
xnbox/deepfakehttp | A web server that generates mock responses based on HTTP dumps. | 513 |
bocajspear1/honeyhttpd | A Python-based web server framework for building fake servers and recording HTTP requests. | 44 |
richardszalay/mockhttp | A testing layer for the HttpClient library that allows stubbed responses to be configured using a fluent API | 1,626 |
quii/mockingjay-server | Provides a tool to create fast-to-launch fake servers with configurable contracts and testing capabilities. | 562 |
pspdfkit-labs/bypass | A tool to create custom HTTP responses without setting up an actual server | 971 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
natenho/mockaco | An HTTP-based API mock server with fast setup and various features to simulate real-world API responses for testing purposes. | 335 |
outofcoffee/imposter | A multipurpose mock server allowing developers to simulate API responses for testing and development purposes. | 373 |
elixirs/faker | Generates fake data for testing and development purposes. | 1,079 |
joon610/mockup-server | A mock server for testing front-end and back-end development simultaneously | 125 |
internations/http-mock | Allows mocking of HTTP requests in unit tests to enable integration testing with the HTTP side. | 391 |
pengzhanbo/vite-plugin-mock-dev-server | A tool to simulate requests and data responses in a development environment. | 170 |
crowdhailer/ace | An HTTP web server and client written in Elixir that supports HTTP/1.1 and HTTP/2 | 305 |