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 reduces manual labor and blocking tasks.

Follow the GitHub Actions configuration instructions to set up the CI job. Every run will result in either 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 an intended or unintended change in the visual appearance of your components/pages. If the 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 updated