Visual Regression testing allows regression testing of user interfaces by comparing snapshot images of your application to a baseline. Done right, it can offer peace of mind when working with tricky refactors such as CSS and nested component structures. In this talk we’ll go over the basics of visual regression testing. We’ll also review hosted offerings such as Percy, as well as local solutions using Backstop.js and how these can fit into your testing and CI strategy.