
Testing Library changed how we think about UI testing with one principle: test behavior, not implementation. Query elements by their accessible roles, test what users see and do.
Key Features:
Why Testing Library:
Testing Library queries:
Testing Library's philosophy has been widely adopted because it produces better tests. When you can't easily query an element, it often reveals an accessibility problem worth fixing.

Visual testing for Storybook
Chromatic provides visual testing and review for Storybook. Catch visual regressions automatically and streamline UI review workflows.

Test. Automate. Accelerate.
Cypress is a JavaScript end-to-end testing framework with a unique architecture that runs in the browser. Real-time reloading, time-travel debugging, and excellent DX.

Delightful JavaScript Testing
Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase.