TestRelic AI
Go to App
Studio

Augur

Studio's Augur surface embeds each run's evidence report verbatim, runs a zero-setup demo, and lets you approve or reject references without leaving the pane.

Studio's workbench rail adds a live Augur surface, next to Live Browser, Live Device, and Evals — replacing what used to be a disabled, roadmap-only entry. It's built for testrelic augur, the CLI's text-to-image eval pipeline.

Evidence, embedded verbatim

Every Augur run already ships a self-contained report.html — verdict banner, banded pHash/SSIM/pixel checks, five evidence viewers (side-by-side, slider, flicker, overlay, diff mask), region annotations, and plain-language root causes. Rather than re-implement that UI, the pane embeds the real report through a loopback static server, so what you see in Studio is exactly what augur open renders on its own.

TestRelic Studioshop-e2e · Augur
Augurtext-to-image evalsNEEDS REVIEW
Verdict
NEEDS REVIEW1 case in the review band
Pass
880%
Fail
110%
Review
110%
Duration
7.9s10 compared
Needs a lookpackaging-3q92% similar790 ms

Close to the limit near the lower-right — worth a look.

Evidence
Side-by-sideSliderFlickerOverlayDiff mask
goldencandidate
Why this verdict
  • 92% similar — close to the limit
  • pixel difference 1.02% — within limits
Where it changed
Change near the lower-right — 4.2% of the image

Run history and verdicts

The pane discovers runs from both .testrelic-augur/runs/ and demo/runs/. Demo runs are labeled, so a augur demo NO-SHIP is never mistaken for your suite's own result. Each run gets a verdict chip — SHIP, NEEDS REVIEW, or NO-SHIP — derived the same way the report's own banner is: any failing case means NO-SHIP, any case needing review (with no failures) means NEEDS REVIEW, otherwise SHIP.

TestRelic Studioshop-e2e · Augur
Augurtext-to-image evalsNEEDS REVIEW
.testrelic-augur/runs/ + demo/runs/
any fail → NO-SHIP · else any review → NEEDS REVIEW · else SHIP — same rule the report banner uses

Zero-setup demo

A one-click Run demo streams augur demo live — 5 scenes, 9 real GenAI failure patterns, no API keys required — into an activity feed, then opens the finished run's report. It's the fastest way to see what Augur catches before pointing it at your own generator.

TestRelic Studioshop-e2e · Augur
Augurtext-to-image evals
Running the Augur demo — 5 scenes, 9 real GenAI failure patterns…
● Augur Demo — synthesizing 5 scenes × 9 GenAI-image failure patterns (deterministic, no assets)
▸ hue_shift_35 global color drift after a model/checkpoint swap expect fail
▸ patch_swap content hallucination — two 96px regions swapped expect fail
▸ watermark provider watermark/badge injected lower-right expect review
▸ nudge_3px framing/composition shift (3px translate) expect review
● matching 9 candidate(s) through the full pipeline…
✗ hue_shift_35 FAIL SSIM 0.812 · Δpx 4.20% (611 ms)
⚠ watermark review SSIM 0.964 · Δpx 0.88% (598 ms)
Verdict: NEEDS REVIEW · PASS 6 · FAIL 2 · REVIEW 1
Detection scorecard:
✓ hue_shift_35 fail — detected as designed
9/9 failure patterns detected as designed.
✓ demo complete — opening the run

Approve or reject without leaving the pane

The pane prefers the CLI's own review server (augur open <run> with TRC_AUGUR_SERVE=1), which serves the same report with a per-session token injected into the page — never in the URL — plus the promote/reject API the report's Apply buttons call. That means references can be approved or rejected directly from Studio, the same as running augur open from a terminal. If the CLI can't serve the run, the pane falls back to its read-only static server — evidence still renders, and the report's copy-commands tray covers approval instead.

TestRelic Studioshop-e2e · Augur
Augurtext-to-image evalsNO-SHIP
connected — Apply approves references
Changedpackaging-flat804 ms

The image changed beyond the allowed limits.

Review1 approved · 0 rejected
packaging-flatapproved

per-session token injected into the page by `augur open --serve`, never the URL

Next steps

testrelic augur (CLI) · Augur multi-model comparison (cloud platform) · Workspace

Was this page helpful?

On this page