ios-snapshot-test-case
ios-snapshot-test-case copied to clipboard
Snapshot view unit tests for iOS
:wave: hello there and thanks for the library! I was attempting to publish this pod: https://github.com/dblock/ios-snapshot-test-case-expecta which has ios-snapshot-test-case as a dependency. However `bundle exec pod lint` fails to pass...
This diff changes the logic of `fb_compareWithImage` to make deep comparison only if memcmp function returns false and there is tolerance for pixel mismatch.
Attempting to update the repo so that the `build.sh` script that is run in the GitHub Action succeeds.
Allow this swift_library target to find XCTest
👋 I am using latest version 8.0. I have configured the following: ```swift fileNameOptions = .none ``` When recording, the framework generates the image correctly. The generated image is: *...
Following definition of "third-party SDKs" that as mentioned in the WWDC23. and according to [Privacy manifest files | Apple Developer Documentation](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files), I think this library may also require a Privacy...
Minor compatibility fixes
I was wondering if anyone has a script that would go through all the test files, set `recordMode = true`, run the tests, and set `recordMode = false` again. Ideally...
**TL;DR: Don't fail test / comparison if recorded saved reference image PNG is optimized using tools like [ImageOptim](https://imageoptim.com/mac).** ## Overview This allows to use apps like ImageOptim.app to optimise recorded...