概要
This skill provides standardized patterns and best practices for testing React and Next.js applications across the entire testing pyramid. It includes detailed configurations and implementation guides for Vitest and React Testing Library for unit and component tests, MSW for API mocking, and Playwright for robust end-to-end testing. By following these patterns, developers can ensure high code quality, accessible user interfaces, and reliable application behavior while maintaining a maintainable and scalable test suite through proven methods like the Page Object Model.