Visual Regression Testing
← Back to End-to-End Testing
Screenshot comparison to detect unintended visual changes. Tools like Percy and Chromatic capture screenshots and compare them against approved baselines. Catches CSS regressions, layout shifts, and rendering bugs.
Key Properties
Related
- Browser Testing (captures screenshots)
- Snapshot Testing (similar concept for data)