Screenshot Tests for React Components
"
react-screenshot-test
is a dead simple library to screenshot test React components. All you need is to install it and configure Jest.Under the hood, we start a local server which renders components server-side. Each component is given its own dedicated page (e.g. /render/my-component). Then we use Puppeteer to take a screenshot of that page."
François Wouts
@fwouts