Tag

visual regression

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Feb 19, 2025 · Frontend Development

Cross‑Browser Testing, Browser Configuration, Visual Regression, and Mobile Emulation with Playwright

This article explains how to use Playwright for cross‑browser testing, configure browser options, perform visual regression checks, and emulate mobile devices, providing Python code examples for each scenario to help ensure consistent user experiences across platforms.

Playwrightcross-browser testingmobile emulation
0 likes · 6 min read
Cross‑Browser Testing, Browser Configuration, Visual Regression, and Mobile Emulation with Playwright
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 15, 2024 · Frontend Development

Automating Visual Regression Testing for Frontend Component Libraries with jest-image-snapshot and jest-puppeteer

This article explains how to set up and use jest-image-snapshot together with jest-puppeteer to automate visual regression testing for atomic frontend components, covering configuration, code examples, CI integration, and best practices for preventing unintended UI changes.

Component LibraryFrontend TestingJest
0 likes · 24 min read
Automating Visual Regression Testing for Frontend Component Libraries with jest-image-snapshot and jest-puppeteer
Ctrip Technology
Ctrip Technology
May 24, 2018 · Frontend Development

SnapDiff: An Automated Frontend Visual and Message Diff Testing Platform

SnapDiff is a JavaScript‑based platform that automates front‑end visual and message‑level regression testing through image comparison, distributed execution, mock data handling, and intelligent report analysis, dramatically reducing maintenance effort and improving test coverage for rapidly iterating web applications.

Distributed TestingFrontend TestingPuppeteer
0 likes · 11 min read
SnapDiff: An Automated Frontend Visual and Message Diff Testing Platform