SwiftUI - Automate UI regression
Problem: How to automate regression on UI screens?
Solution: Snapshot Tests !
SwiftUI and the Live Preview are a good matchThanks to them I was able to quickly build this view:
The Live Preview is effective for creating viewsBut does not warn in cas...
swiftuicentral.com4 min read