cashapp / AccessibilitySnapshot

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

Update ElementSectionViewController to use preset configurations #161

Closed NickEntin closed 9 months ago

NickEntin commented 9 months ago

By updating ElementSectionViewController in the demo app to use preset configurations instead of a multi-step configuration process, we could simplify the process of auditing new versions against the snapshot tests in ElementSelectionTests. Currently you need to look at the test code to see how each case is configured. By changing to a set of named configurations, we could make this much more streamlined.