cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
534 stars 65 forks source link

Move SnapshotTesting tests to SPM test target #149

Closed NickEntin closed 11 months ago

NickEntin commented 11 months ago

This moves the SnapshotTesting tests out of the demo app, which unblocks dropping CP support for the SnapshotTesting extension, which unblocks bumping the SnapshotTesting dependency to 1.10, which unblocks #143.

NickEntin commented 11 months ago

The tests currently fail on:

Accessibility snapshot tests cannot be run in a test target without a host application

Unfortunately it doesn't look like there's a way to get SPM test targets to run inside a host application, so I don't think this approach is going to work. 😞