Test AI-Generated Code
Prerequisites
Step 1: Create a mirrord config
{
"target": {
"namespace": "your-namespace",
"path": {
"deployment": "your-service"
}
},
"feature": {
"network": {
"incoming": {
"mode": "steal",
"http_filter": {
"header_filter": "X-Test-Agent: dev"
}
}
}
}
}Step 2: Let AI generate code, then validate immediately
Step 3: Run your test suite through mirrord
Example: validating a new endpoint
Next steps
Last updated
Was this helpful?

