https://github.com/charlypoly/visual-regression-testing-examples
https://github.com/charlypoly/visual-regression-testing-examples
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlypoly/visual-regression-testing-examples
- Owner: charlypoly
- License: mit
- Created: 2022-02-18T20:02:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T11:51:54.000Z (over 4 years ago)
- Last Synced: 2025-03-30T11:02:37.979Z (about 1 year ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_