arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
Image comparison for UI testing
trafficstars
Now that the Toolkit is getting into functional / UI testing, the ability to perform image comparison would be handy.
The SDKs IC implementation is quite extensive. Finding or implementing a light-weight alternative could be a good path.
Vision has a computeDistance(_:to:) method but I ran into an issue while experimenting with it. Apple tutorial here.