关于
This skill empowers developers to maintain high code quality within the Dify project by generating comprehensive unit and integration tests. It leverages Vitest and React Testing Library (RTL) to automate the creation of test suites that follow strict project conventions, including the AAA pattern and black-box testing. By implementing an incremental testing workflow, it helps developers achieve high branch and statement coverage while correctly handling complex scenarios like API mocking, Next.js navigation, and custom React hooks.