This skill provides specialized patterns and configurations for testing Umbraco CMS backoffice extensions without requiring a live backend instance. By leveraging Mock Service Worker (MSW) v2, it enables developers to intercept network requests and return precise mock responses, making it ideal for testing complex error states, loading behaviors, and edge cases. It includes ready-to-use handlers for GET, POST, PUT, and DELETE operations, along with a mock database pattern for maintaining state across test cycles.
Key Features
01Simulation patterns for 404/500 errors and validation failures
02Pre-configured Web Test Runner and Playwright setup instructions
031 GitHub stars
04Modern MSW v2 syntax for robust API interception
05Loading state simulation using network delay patterns
06Stateful mock database pattern for complex data workflows