The task is to add a GitHub Worflow that runs on every pull request and compares the result of Roborazzi screenshot tests so we can avoid visual regressions in the app.
Roborazzi has a guide and a sample repository explaing how to do that
Currently, the only screenshot test we have is StudyScreenScreenshotTest, which only captures screenshots for manual visual inspection, but doesn't compare them with old screenshots. Therefore, that test should be updated as well.
The task is to add a GitHub Worflow that runs on every pull request and compares the result of Roborazzi screenshot tests so we can avoid visual regressions in the app.
Roborazzi has a guide and a sample repository explaing how to do that
Currently, the only screenshot test we have is StudyScreenScreenshotTest, which only captures screenshots for manual visual inspection, but doesn't compare them with old screenshots. Therefore, that test should be updated as well.