Getting started with Next js
Prerequisites
storybook that holds stories to be tested
lost-pixel configuration file
Follow this next.js quickstart doc to have a basic example up and running
Add lost-pixel configuration file
Add action file in the root of your project. In
.github/workflows/ci.yml
(Optional) Add automatic PR for easy baseline update
After writing your first stories you can adopt the visual regression testing by following visual regression testing workflow
You can see some popular integrations in the lost-pixel-examples directory
Last updated