Visual Regression Testing
what, why and how
“When we talk about visual regression testing, we are concerned with preventing unintentional changes to our application’s visuals. If we change the styles of a Button component, how can we be sure that we haven’t messed up the styles of our ButtonGroup?”
Regression testing, in general, is validating that the changes we introduce to our source code do not have an…