关于
This skill provides a specialized framework for testing how your application handles varying API responses without relying on brittle implementation checks. By using conditional overrides, you can verify that components correctly render data when filtering, sorting, or paginating. It enables developers to define custom responses for specific request predicates including query params, path segments, request bodies, or headers, ensuring that tests reflect real-world user experiences while maintaining clean, maintainable mock data across test suites.