react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

Add image comparison tests #276

Closed lucasbento closed 3 years ago

lucasbento commented 3 years ago

Summary

Kinda fixes #53.

This PR adds jest-image-snapshot and puppeteer to automatically generate screenshots of different sections of the application and compare them using jest, it also disables the animations of a few elements if the browser is being controlled by puppeteer.

It's still WIP because it fails on CI even though it passes locally, the issue is that generated screenshots on macOS will fail as CI uses Ubuntu, the recommendation is that we generate the images on a docker container (see americanexpress/jest-image-snapshot#177) which needs to be implemented.

Test Plan

Checklist

lucasbento commented 3 years ago

@pvinis IT'S FINALLY FINISHED