🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Description

Toxiproxy is a framework for simulating network conditions. It’s made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization.

Examples

var toxiproxy = new ToxiproxyContainer(DockerImageName.parse("ghcr.io/shopify/toxiproxy:2.5.0"));
toxiproxy.start();