getninjas / gaiden

GetNinjas Styleguide
https://getninjas.github.io/gaiden
MIT License
30 stars 4 forks source link

Visual Regression Tests #52

Open eduardojmatos opened 7 years ago

eduardojmatos commented 7 years ago

As we have to support many devices and browsers, and we have a hundred of pages with multiple type and size of content, we need to test our components in diverse kind of situations.

To guarantee this, visual regression tests are extremely necessary!!

I suggest some tools to make this possible, like:

felipeorlando commented 7 years ago

We could use Percy.io to do this as CI. 🚀

My intention is use the Ninja Hack Day to implement this tests.