Nimble-Snapshots
Nimble-Snapshots copied to clipboard
Nimble matchers for FBSnapshotTestCase.
I have attempted to use Nimble_snapshots with swiftUI Views using a UIHostingController but it just gives me a white snapshot of the window. Ant ideas on how can I make...
Is it possible to add option to avoid the suffix in the snapshots fileNameOptions e.g. @1x @2x @3x
I wanted to test some views related to keyboard behaviour, just wanted to know if it's possible to test the effect the keyboard has on certain view controllers/views. I already...
Hello! I'm a QA person trying to set Nimble-Snapshots up, and it's come to my attention that my devs like to run their unit tests with various device simulators (iPhone...
Hi there, I would like to know if is possible disable/enable all snapshots, like a toggle. Thanks
When I try to record a snapshot, the matcher always return to me the message below: "expected to record a snapshot" I did not found any issue about this, can...
I am using nimble-snapshot with Quick and KIF frameworks. in one test case -> in an "it" block I'm having snapshot for different screens navigating inside the app and Im...
Currently the FailureDiffs isn't configured but it could easily be configured with the defaults suggested [here](https://github.com/facebook/ios-snapshot-test-case#installation-with-cocoapods). If it's worth anything to you guys let me know and I'll try to...
Looks like for xcode 15 to work properly it requires Nimble version 13.0.0+ which contains this [fix](https://github.com/Quick/Nimble/pull/1090) however nimble snapshots has a specific nimble dependency what is lower than 13.0.0...
Hi 👋 It is a pleasure to be able to open a PR in this lib, I've been using this for years and years, thank you for creating and supporting...