About
This skill enables developers to write resilient tests by configuring API mocks that return different data depending on query parameters, path variables, or request bodies. Instead of asserting on internal implementation details like function calls, it allows for verifying that UI components correctly handle filtering, sorting, and pagination by checking the resulting rendered output. It supports complex chaining of overrides, error simulation, and reusable test scenarios, ensuring that your automated tests catch real bugs in data-fetching logic.