Testing Skills
The testing pyramid for Umbraco backoffice extensions, with 7 skills covering unit tests, MSW integration, and E2E with Playwright.
The Testing Pyramid
┌─────────────────────────┐
│ E2E Tests │ Level 3: Real Umbraco, complete workflows
└─────────────────────────┘
┌─────────────────────────────────────┐
│ Integration Tests (MSW) │ Level 2: Mocked APIs
└─────────────────────────────────────┘
┌─────────────────────────────────────────────────┐
│ Unit/Component Tests │ Level 1: Fast, isolated
└─────────────────────────────────────────────────┘All Testing Skills
Skill
Description
The Router: umbraco-testing
umbraco-testingLevel 1: Unit/Component Tests
Level 2: Integration Tests (MSW)
Level 3: Real Backend E2E Tests
The "Never Raw Playwright" Rule
Testing Workflow
Next Steps
Last updated
Was this helpful?