Ios swift – Snapshot testing of views containing Kingfisher async images on iOS
I'm trying to create a snapshot test using swift-snapshot-testing of a UIView that contains an async image managed by Kingfisher. To avoid depending on internet connection my approach is using a local file url instead of an external url pointing…