DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Testing Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Testing
Why do visual regression tests frequently fail on CI servers (like GitHub Actions) if baseline images were captured locally on a Mac or Windows laptop?
A
Because CI servers use different databases
B
Because font rendering and subpixel anti-aliasing engines differ across operating systems (macOS vs Linux), resulting in pixel discrepancies
C
Because Storybook is incompatible with Linux
D
Because Git compresses images, causing corruption
Check Answer