Testing workflow (GitHub Actions)
Whenever your frontend code changes there is a possibility of a visual regression being introduced. Lost Pixel automates the testing process and reduce manual labor and blocking tasks.
Follow the GitHub Actions configuration instructions to set up the CI job. Every run will result in either result in a green state ✅ (no visual differences between the baseline image & image resulting from the change) or a red state ❌ (visual difference between the baseline image & image resulting from the change).
✅ - you are doing great; your changes have not resulted in a difference in the visual appearance of your components/pages
❌ - there was either intended or unintended change in the visual appearance of your components/pages. If change was intended, you need to update the baseline image for that particular story, OR if it was unintended, you need to investigate the change and try to bring the visuals back to baseline
Last modified 1yr ago