About
The Umbraco Mocked Backoffice skill enables frontend developers to build, test, and demonstrate Umbraco extensions in a fully functional UI environment without the overhead of a .NET infrastructure. By leveraging Mock Service Worker (MSW) and the Mock Repository pattern, it provides a realistic ecosystem of mocked documents, media, and settings. This allows for rapid iteration cycles, simplified CI/CD pipelines for UI testing, and the ability to verify complex extension logic using Playwright without ever needing to boot a database or backend server.