Skip to content

ci(storyshots): don't fail with a single pixel diff

Paul Gascou-Vaillancourt requested to merge visual-failure-treshold into master

Related works:

We have recently seen a few visual tests failing because of a single-pixel diff, even after triggering the update_screenshots CI job. This MR prevents this from happening by considering single-pixel diffs as successful tests. Any meaningful change to a component would most likely never result in single-pixel diffs, so it should be safe to assume that such failures are outliers and can be ignored.

Edited by Paul Gascou-Vaillancourt

Merge request reports