cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
541 stars 69 forks source link

Switch default snapshot engine over to SnapshotTesting #22

Closed NickEntin closed 3 years ago

NickEntin commented 3 years ago

We should change the default subspec from FBSnapshotTestCase to SnapshotTesting. SnapshotTesting has a deployment target of iOS 11, while we're currently at iOS 10, so it probably makes sense to bump our deployment target in parallel to this change.