cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SUGGESTION] Reasoning of Seperate Module

onurhuseyincantay opened this issue · comments

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.

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.

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