openedx / paragon

💎 An accessible, theme-ready design system built for learning applications and Open edX.
https://paragon-openedx.netlify.app
Apache License 2.0
118 stars 66 forks source link

Visual regression testing #1291

Open adamstankiewicz opened 2 years ago

adamstankiewicz commented 2 years ago

https://blog.logrocket.com/automated-visual-regression-testing-with-jest/

Explore use of jest-image-snapshot and jsdom-screenshot to automate testing for regressions in visual styles.

Some initial concerns:

AC

adamstankiewicz commented 1 year ago

Potentially look into https://github.com/cypress-visual-regression/cypress-visual-regression as an alternative as well.