Description
Hi everybody, I'm having an issue here with color discrepancies in an image view. I'm using KIF framework for UI Tests and SnapshotTesting to take screenshots between interactions (asserts made on the app key window). Everything works fine, except that I get color differences from snapshots taken on my local machine vs snapshots taken on CI machine (both running the same stack, Mojave + Xcode 11.3).
Some examples below:
This one is taken by CI machine
This one is taken by my local computer
This is the comparison of both images made by imagemagick
And these are the color discrepancies of a same pixel, measured by macOS Digital Color Meter
I know there are lots of variables and also using KIF, but do you guys have any idea of what might be causing this difference?
Thanks!