react-testing-standards

Installation
SKILL.md

React Testing Standards

Testing Philosophy

Guiding Principles

  • Test user behavior, not implementation details
  • Tests should resemble how users interact with your app
  • Query by accessible roles and labels, not test IDs
  • Integration tests over unit tests when practical
  • Test the component contract, not internal state

What to Test

Priority High:

  • User interactions (clicks, typing, navigation)
  • Conditional rendering based on props/state
  • API integration and data fetching
  • Form submissions and validation
Related skills

More from masanao-ohba/claude-manifests

Installs
10
GitHub Stars
2
First Seen
Jan 29, 2026