ZopaPublic / react-components

Shared React components for the Zopa projects.
https://zrc.netlify.app
MIT License
41 stars 14 forks source link

Visual regression tests #14

Open ubbe-xyz opened 5 years ago

ubbe-xyz commented 5 years ago

Following #13, we concluded it's worth adding visual regression test to this library as well as testing behavior in an actual browser so that we can refactor and update features with an extra level of confidence.

Cypress seems a good candidate for tooling, we already use it extensively in some products at Zopa and we're quite happy with its features and developer experience.

Any other suggestions welcome ❤

poteirard commented 5 years ago

Also, investigate if we could use https://github.com/styleguidist/snapguidist for this

Edit: Snapguidist doesn't support styled-components and CI