web-testing-react-testing-library

Installation
SKILL.md

React Testing Library Patterns

Quick Guide: Query through the accessibility tree (getByRole first, getByTestId last), drive interactions with userEvent rather than fireEvent, and reach for findBy* whenever the element arrives asynchronously. userEvent has been async and setup()-first since v14, so every call is awaited. The library renders and interacts; the assertion API, mock functions and fake timers come from whatever test runner is executing the file.

Detailed Resources:


Which path applies

Installs
56
GitHub Stars
24
First Seen
Apr 7, 2026
web-testing-react-testing-library — agents-inc/skills