Acerca de
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.