Skip to content

v0.3.49 — Reference-based UI acceptance

Choose a tag to compare

@FoxsterDev FoxsterDev released this 23 Aug 15:31
· 88 commits to master since this release

Why this matters

Pixel-by-pixel screenshot checks are brittle across resolutions, while a single visual score can miss a missing button or a broken interaction. Teams need a UI verdict that explains what was checked.

What this gives you

  • You can register a design image and compare a Unity Game View or prefab against it without requiring identical screenshot resolution.
  • Acceptance is judged across visual, semantic, interaction, and AI-vision evidence instead of pixels alone.
  • Reports include the actual image, overlay, diff, metrics, and a clear passed/failed/blocked decision.
  • An evaluated optional lane now counts when it fails; only not_required can intentionally remove a lane from the verdict.

Validation

  • The new reference registration, comparison, and acceptance contracts are covered by the release regression suite.