An open API service indexing awesome lists of open source software.

https://github.com/charlypoly/visual-regression-testing-examples


https://github.com/charlypoly/visual-regression-testing-examples

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Visual regressions Testing with Jest and Cypress

This repository showcases how to set up visual regression testing at 2 levels:

- **at the DOM level**: by performing snapshots of the output DOM with Jest
- **at the screen level**: by performing screenshots to verify the actual pixel rendered on the screen with Cypress

More details on the article: _TBD_