Glossary coding Term Page
data-testid
A `data-` attribute that gives tests stable selectors
Core Idea
data-testid is A data- attribute that gives tests stable selectors. It usually makes the most sense alongside jsdom, User scenario test, BrowserMock.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.