Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explainer on accessibility testing using XCTest #1

Open
MarcSolo opened this issue Dec 14, 2023 · 1 comment
Open

Add explainer on accessibility testing using XCTest #1

MarcSolo opened this issue Dec 14, 2023 · 1 comment

Comments

@MarcSolo
Copy link

MarcSolo commented Dec 14, 2023

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/
@pauljadam
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants