소개
This skill provides a comprehensive framework for maintaining high code quality in the Lingx codebase by enforcing standardized testing patterns. It guides developers through the implementation of unit tests for pure logic, integration tests for database-dependent services, and end-to-end browser automation. By leveraging the AAA (Arrange, Act, Assert) pattern and ensuring strict test isolation, the skill helps create a resilient, maintainable test suite that focuses on user behavior rather than implementation details.