Automatic baseline update PR
Lost Pixel offers and easy GitHub action integration that will help you to automate the baseline update process by creating the PR with updated images. You will just need to accept it and merge into the original branch.
Assuming you are using Ladle example, in the root of your repo let's add a new action file that runs on demand:
.github/workflows/update-baselines.yml
You need to create a new personal access token to use it in the workflow and you can extend the automatic pr action by following guides in the original repo of create-pull-request
Last updated