AccessibilitySnapshot icon indicating copy to clipboard operation
AccessibilitySnapshot copied to clipboard

Easy regression testing for iOS accessibility

Results 45 AccessibilitySnapshot issues
Sort by recently updated
recently updated
newest added

SnapshotTesting supports SwiftUI views so should be a case of adding the relevant extension to our spec code. This'll avoid our users from having to first wrap the view in...

enhancement

Sometimes a user may wish not to snapshot the visual part of their app as part of their accessibility tests. This strategy would give those users an alternative option using...

From testing on iOS 14.0.1, the actual description around tab bars differs slightly from what shows up in tests: * The first item in the tab bar is prepended with...

bug
VoiceOver parity
P1: High Priority

Update workflow with macOS 11

GitHub Actions has deprecated their 10.15 runners: https://github.com/actions/runner-images/issues/5583 We have until the end of the month to migrate off.

P0: Urgent
build system

Currently snapshots only reflect traits that affect the elements' spoken description. However there are a lot of traits that don't add anything to the description, but affect the behavior of...

enhancement
VoiceOver parity
P2: Medium Priority
Switch Control parity

iOS 13 introduced a `.semanticGroup` container type. This one is a bit more complicated than other container types since it impacts grouping depending on the current navigation style, so we...

enhancement
VoiceOver parity
P2: Medium Priority

iOS 14 added the ability to set a custom image for a `UIAccessibilityCustomAction`. We should replace the down arrow icon for custom actions in the snapshot images with the appropriate...

enhancement
good first issue
P2: Medium Priority
Switch Control parity

It appears that we haven't published a pod since January 2023. **Full Changelog**: https://github.com/cashapp/AccessibilitySnapshot/compare/0.6.0...alex/v0.7.0