Test Pages
March 31, 2026 ยท View on GitHub
Test pages live in pages/<component-name>/. They are used for integration tests, visual regression tests, and local development. Visual regression tests are not currently running for the components repository on GitHub โ only internally.
Rules
- For visual regression content, either use
SimplePage(handles heading, screenshot area, i18n, and layout) or wrap content inScreenshotArea. - Use
createPermutationsandPermutationsViewfor permutation pages.