Portable proof, locally read
Turn a test run into evidence someone can inspect.
Drop a JSON record below. It stays in this browser and is checked for the fields a reviewer needs before trusting a deployment.
Evidence reader
Open a record
Start with the included example or select your own record.
Small by design
The record format
{
"run": "staging-2026-08-27.1",
"environment": "staging",
"recordedAt": "2026-08-27T12:00:00Z",
"checks": [{ "name": "HTTP health", "status": "pass" }]
}Use the companion CLI to validate this shape in CI: infra-test-evidence --json evidence.json.