2 dépôts
Tools that intercept API calls and return custom HTTP error status codes to test error handling.
Distinct from HTTP Error Handling: Distinct from HTTP Error Handling: focuses on simulating errors for testing rather than handling real errors.
Explore 2 awesome GitHub repositories matching web development · Error Simulators. Refine with filters or upvote what's useful.
Intercepts API calls and returns custom HTTP error codes to test application error handling.
Podinfo is a Go-based microservice template designed for Kubernetes, providing a standard pattern for building and testing containerised applications. It exposes REST endpoints for health checks, version information, and configuration, and supports environment-driven configuration for containerised deployment. The project distinguishes itself with built-in capabilities for resilience testing, including fault injection middleware that can inject random errors, latency spikes, or status code mutations. It also offers JWT token-based authentication for stateless request validation, Prometheus me
Triggers configurable error responses and latency spikes to test resilience and observability tooling.