Getting started with Ladle
Prerequisites
ladle that holds stories to be tested
lost-pixel configuration file
Follow this handy ladle guide to add it to your project in minutes
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
This example is available here. You can see some other popular integrations in the lost-pixel-examples directory.
Last updated