概要
Ensures consistency across the testing lifecycle by applying shared conventions to all test types, including unit, component, integration, and end-to-end tests. It streamlines the testing workflow by providing clear guidance on file organization, semantic assertions, and behavior-focused descriptions. By proactively identifying anti-patterns like testing implementation details or using hardcoded data, it helps developers maintain high-quality, reliable test suites that are easy to understand and scale.