I am trying to compare between two run's of XCTest UITesting, my requirement is to do screenshot based comparison between two XCTest run to identify the regression's
XCTest UITesting generates lot of screenshots in the DerivedData folder, which has entries in the .plist file, If the screenshot generated by each run is compared, they do not match as the the exact time at which the screenshot is generated differs slightly for each xctest run I tried using the snapshot tool, however it seems unstable as many times the emulator does not launch. I am looking for alternatives to capture screenshot in XCTest UITesting. Any pointers will be highly helpful.