Open
Description
🚀 Feature Proposal
I't be great to have a toMatchSnapshot()
like API for visual regression tests.
Motivation
There are cases where visual regression is very useful.
Example
await expect(page).toMatchScreenshot();
Pitch
It belongs to jest-puppeteer because it's a Jest-like API to take advantage of a Puppeteer feature.