cashapp / AccessibilitySnapshot

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

[SUGGESTION] Reasoning of Seperate Module #94

Closed onurhuseyincantay closed 2 years ago

onurhuseyincantay commented 2 years ago

As I can see the framework is heavily relying on SnapshotTesting why not adding this functionality as a PR to the existing framework and creating a new one.

NickEntin commented 2 years ago

Hi Onur! AccessibilitySnapshot has a few separate subspecs/frameworks (depends which dependency manager you're using) to support using either SnapshotTesting or FBSnapshotTestCase as the underlying snapshot engine, and potentially could include new snapshot engines in the future. Since AccessibilitySnapshot isn't tied to a specific snapshotting framework, it's published as a standalone project.

onurhuseyincantay commented 2 years ago

thanks for the clarification, would be nice to add this to the readme.md to avoid similar questions coming up :)