dotnet-ui-testing-core
Installation
SKILL.md
dotnet-ui-testing-core
Core UI testing patterns applicable across .NET UI frameworks (Blazor, MAUI, Uno Platform). Covers the page object model for maintainable test structure, test selector strategies for reliable element identification, async wait patterns for non-deterministic UI, and accessibility testing approaches.
Version assumptions: .NET 8.0+ baseline. Framework-specific details are delegated to dedicated skills.
Scope
- Page object model for maintainable test structure
- Test selector strategies for reliable element identification
- Async wait patterns for non-deterministic UI
- Accessibility testing approaches