
Playwright has become the gold standard for end-to-end testing. Built by Microsoft, it provides reliable cross-browser testing with features that make tests easier to write, debug, and maintain.
Key Features:
Why teams choose Playwright:
Playwright capabilities:
Playwright has largely won the E2E testing debate. The auto-waiting alone saves hours of debugging flaky tests. For new projects, it's the default choice unless you have specific reasons to choose otherwise.

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.

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

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.