Visual Regression Testing

Let's learn about visual regression testing and the tools used for it.

We'll cover the following...

Introduction

There is more than one contract that the front-end must adhere to. These include a functional contract with the user, a communication contract with the server, and the visual contract. For the latter, we implement a visual design system and strive to earn every view conformed within the contract.

Many issues stem from testing the visual aspect of a front-end ...