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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s