igniteui-blazor-lite-testing
Installation
SKILL.md
Testing in the IgniteUI Blazor (Lite) repo
Three test projects under tests/, two suites:
| Project | Suite | What it is |
|---|---|---|
IgniteUI.Blazor.Tests |
Unit | xUnit + bUnit, multi-targeted net8.0/net9.0/net10.0; renders components in-process with a recording JS runtime — no browser |
IgniteUI.Blazor.Lite.IntegrationTests |
Integration | NUnit + Playwright; one generated test fixture per component |
IgniteUI.Blazor.Lite.TestBed |
(integration host) | Blazor app the integration tests drive; renders one component per run and sweeps its surface |