keyboard-testing-library icon indicating copy to clipboard operation
keyboard-testing-library copied to clipboard

Warn of Interactive Elements Without Accessible Names or Roles Found While Walking the Keyboard Navigation Graph

Open Grunet opened this issue 3 years ago • 0 comments

I'm doubtful whether or not this would be useful or just noise, but it came to mind as an idea.

In theory it could give better coverage than specific applications of Testing Library's "findByRole" and other methods (which may not be applied to all interactive elements across all tests) or even other static analysis tools like axe that may not know off hand which elements are interactive or not.

Grunet avatar Jan 25 '23 04:01 Grunet