cvs-health/ios-swiftui-accessibility-techniques

Add explainer on accessibility testing using XCTest

MarcSolo opened this issue · 1 comments

There are fantastic examples in this repo of using XCTest to perform accessibility related UI tests. I think it would be helpful to provide an overview in a separate markdown file that people can read before diving in to get a high level understanding of this topic.

This explainer could cover things like:

  • types of issues can you check for: missing labels for elements, lack of support for Dynamic Type, asserting existence of specific semantic accessibility properties/modifiers, etc.
  • key APIs used when writing tests
  • related resources like the following WWDC video: https://developer.apple.com/videos/play/wwdc2023/10035/