Visual regression testing: handling cross OS differences #530
Unanswered
LarsDenBakker
asked this question in
General
Replies: 2 comments 2 replies
-
In our team, we only run visual tests in Sauce Labs. I also tried using |
Beta Was this translation helpful? Give feedback.
1 reply
-
The idea brought by @castastrophe and team that instead of "running cross-os" you actually run "both baseline and test at the same time" is quite interesting. #427 (comment) An API that supported this sort of work flow would be great. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See #427 for the main discussion on visual regression testing.
Screenshots of the same element render differently in different operating systems. JS diffing libraries likely can't handle these correctly, but more advanced tools like https://applitools.com/ might be able to handle these.
We should investigate different workflows we can suggest to people who want to do visual regression testing. Some options (can have multiple suggestions):
Beta Was this translation helpful? Give feedback.
All reactions