Bookmarks

Bringing Together Keyboard-only and Click-based UI Tests with keyboard-testing-library

Interesting concept that builds on the ideas of testing-library to encourage tests for mouse-based _and_ keyboard-based interactions on the same controls (e.g. activating the submit button in a form).