| # | Test | Group | Status | Duration | Details |
|---|---|---|---|---|---|
| 1 | Binary exists at .build/release/afm | Preflight | PASS | 0.0s | file exists |
| 2 | Server reachable at http://127.0.0.1:9998 | Preflight | PASS | 0.0s | 200 OK |
| 3 | First request: cached_tokens=0 | Cache | FAIL | 0.5s | Expected: 0\nActual: FAIL: prompt_tokens_details is null (caching may be disabled) |
| 4 | Second identical request: cached_tokens>0 | Cache | FAIL | 0.0s | Expected: >0\nActual: FAIL: cached_tokens=NULL |
| 5 | Different prompt: cached_tokens=0 | Cache | FAIL | 0.0s | Expected: 0\nActual: FAIL: null (caching disabled) |
| 6 | Streaming: cached_tokens>0 in usage chunk | Cache | FAIL | 0.0s | Expected: >0\nActual: FAIL: no cached_tokens>0 in stream usage |