You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We closed this, as there are newer / more general tickets for fixing the visual tests. I tried the suggestion here, but it did not make a difference. After investigating it turns out both libraries use the same algorithm for anti-aliasing detection.
It appears that
pixelmatch
does not fully handle anti-aliasing, see mapbox/pixelmatch#74We could consider using
looks-same
to compare screenshots (we used it throughgemini
before).This would require the following steps:
@web/test-runner-visual-regression
via getImageDiff config option.If this would requires some refactoring to the plugin, we can submit an issue to Modern Web project.
The text was updated successfully, but these errors were encountered: