소개
This skill optimizes the frontend testing workflow for the Dify project by generating high-quality unit and integration tests using Vitest and React Testing Library. It follows a strict incremental approach, focusing on real component imports rather than excessive mocking to ensure reliable coverage. By adhering to the AAA pattern and black-box testing principles, it helps developers improve test coverage across components, custom hooks, and utility functions while maintaining the project's specific architectural standards.