americanexpress / jest-image-snapshot

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.
Apache License 2.0
3.81k stars 197 forks source link

Where does it get the image from? #284

Closed trusktr closed 1 year ago

trusktr commented 2 years ago

If this runs in Jest with jsdom, how does it get an image?

10xLaCroixDrinker commented 2 years ago

It does not use jsdom. You must provide the image with a tool like puppeteer.