umbraco-unit-testing
Installation
SKILL.md
Umbraco Unit Testing
What is it?
Unit testing for Umbraco backoffice extensions using @open-wc/testing - a testing framework designed for Web Components and Lit elements. This is the fastest and most isolated testing approach.
When to Use
- Testing context logic and state management
- Testing Lit element rendering and shadow DOM
- Testing observable subscriptions and state changes
- Testing controllers and utility functions
- Fast feedback during development
Related Skills
- umbraco-testing - Master skill for testing overview
- umbraco-msw-testing - Add API mocking to unit tests