data-testid or other test attributes for use with testing tools like Playwright, Cypress, or Selenium:
index.tsx so they’re included by default.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add test attributes to Subframe components.
data-testid or other test attributes for use with testing tools like Playwright, Cypress, or Selenium:
<Button data-testid="submit-btn" onClick={handleSubmit}>
Submit
</Button>
<TextField data-testid="email-input" data-cy="email-field" />
index.tsx so they’re included by default.Was this page helpful?
