VisualQ
Visual Testing

Visual Testing

The core visual regression testing workflow — baselines, test runs, and diff review.

Visual regression testing (VRT) compares the current state of your web pages against approved baselines to catch unintended visual changes.

How it works

Baseline (approved) ──────────┐
                               ├── Pixel comparison → Diff report
Test capture (current) ───────┘
  1. Capture baselines — take reference screenshots of the "known good" state
  2. Run tests — capture new screenshots and compare them against baselines
  3. Review diffs — inspect differences in the Diff Viewer
  4. Approve or fix — approve intentional changes or fix regressions

In this section

On this page