umbraco-testing
Installation
SKILL.md
Umbraco Testing - Router
Entry point for testing Umbraco backoffice extensions. Use this skill to determine which testing approach to use, then invoke the appropriate specialized skill.
Quick Reference
| Level | Skill | Use When |
|---|---|---|
| 1 | umbraco-unit-testing |
Testing contexts, elements, controllers in isolation |
| 2 | umbraco-msw-testing |
Testing API error handling, loading states |
| 3 | umbraco-mocked-backoffice |
Testing extension UI in full backoffice (no .NET) |
| 4 | umbraco-e2e-testing |
Testing complete workflows against real Umbraco |