Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Accessibility problems on Windows Runner #121

Open
francipvb opened this issue Oct 4, 2019 · 0 comments
Open

Accessibility problems on Windows Runner #121

francipvb opened this issue Oct 4, 2019 · 0 comments

Comments

@francipvb
Copy link

Hello,

I'm a screen reader user and I found issues when running the test runner for Windows universal. The issue is that list items accessibility name are set to the model class's full type name.

Fortunately there is a simple way of solving this. You need to override ToString method on all view models you render in observable collections.

Details:

  • TestAssemblyViewModel: You need to render the display name and all other information you render as graphical sections in every list item as a string.
  • TestCaseViewModel: Just render the display name, if it was failed or succeeded and how much time it took.

I assume that the TestResultViewModel object is rendered as various labels in its own page, so it is not needed.

Considerations:

Please try to render compact strings as they are read by screen readers and long strings takes much time to be read.

Thanks,

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

No branches or pull requests

2 participants