
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.

Mock Service Worker - API mocking for browser and Node
MSW intercepts requests at the network level for seamless API mocking. Write mocks once, use them in tests, Storybook, and development.

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

Build UIs without the grunt work
Storybook is the industry-standard tool for developing UI components in isolation. Build, document, and test components independently of your application.