Hi, I am happy to share how I implement Snapshot Testing using swift-snapshot-testing library from Pointfree’s GitHub!
Snapshot Testing is one of testing strategy that compares saved captured screen image with the new captured screen image, so that we can know that if the UI is altered or not, to maintain the UI consistency.
Let me know if there is anything that I can share!
website https://arifinfrds.com/
GitHub repository https://github.com/arifinfrds/iOS-TDDTCA
Pointfree’s Snapshot Testing https://github.com/pointfreeco/swift-snapshot-testing