Chaos Engineering
Test how your application handles slow or failing APIs.
Simulated Delay
Add artificial latency to responses. Set delay in milliseconds (0-30000ms).
- 0ms - No delay (default)
- 100-500ms - Typical API latency
- 1000-5000ms - Test loading states and timeouts
Use this to test loading spinners, skeleton screens, and timeout handling.
Failure Rate
Configure a percentage of requests to fail with 500 error (0-100%).
- 0% - All succeed (default)
- 10-20% - Occasional failures for resilience testing
- 50% - Heavy failure rate for stress testing
- 100% - All requests fail
When a request fails:
{
"error": "simulated_failure",
"message": "Random failure triggered"
}Need help? Contact support