wayfair-archive / awesome-learning

Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
https://wayfair.github.io/awesome-learning/
BSD 2-Clause "Simplified" License
228 stars 92 forks source link

Add visual regression testing to storybook #159

Open ssamaresh opened 4 years ago

ssamaresh commented 4 years ago

Visual regression testing can be a huge benefit ensuring that different layouts work for different device sizes and ensuring that stylings in your application are not breaking. It provides a great way to ensure that a component appears the way it should rather than asserting specific CSS rules, selectors, and HTML markup. Visual Testing Reference

GOAL

The goal here is to make use of storybook addons and integrate visual testing for our components.

ssamaresh commented 4 years ago

Depends on https://github.com/wayfair/awesome-learning/issues/158