diff --git a/.github/skills/testing/SKILL.md b/.github/skills/testing/SKILL.md index 69c02fb17..7063413a4 100644 --- a/.github/skills/testing/SKILL.md +++ b/.github/skills/testing/SKILL.md @@ -181,9 +181,16 @@ Create `webui.config.json` to override build options: { "css": "module" } ``` -### Light-DOM fixtures - -The pipeline always produces shadow DOM. For light-DOM hydration tests, use manual template registration with `registerCompiledTemplate` from `@microsoft/webui-test-support` and a hand-written `fixture.html`. See `fixtures/light-dom/` for the pattern. +### Light and Shadow fixtures + +Ordinary unwrapped fixture components exercise the Shadow default. Set +`"dom": "light"` in `webui.config.json` to exercise global Light rendering; a +fixture component requiring Shadow inside that build must author a sole +top-level `