testing
Installation
SKILL.md
Testing Guidelines
You MUST review @projects/site/src/docs/internal/guidelines/testing.md before making any testing changes.
When to Use This Skill
- Creating new test files for components (
.test.ts,.test.axe.ts,.test.visual.ts,.test.ssr.ts,.test.lighthouse.ts) - Debugging test failures or updating existing tests
- Understanding testing utilities from
@internals/testing - Setting up test configurations or HTML templates
- Writing tests that follow project patterns
Test Type Guidelines
Read the specific guideline based on the test type you're working with: