Remove and cleanup storybook testing

This commit is contained in:
adilallo
2026-01-28 14:14:40 -07:00
parent 7ea724a8d9
commit 6de3a07811
8 changed files with 14 additions and 47 deletions
+9
View File
@@ -190,6 +190,15 @@ describe("Input behaviour specifics", () => {
npm run visual:test
```
### Storybook
**Storybook is used for component documentation and visual review only.** It is not used for automated testing.
- Component tests (`tests/components/*.test.tsx`) provide all test coverage previously handled by Storybook test-runner
- Storybook stories (`stories/*.stories.js`) serve as living documentation and visual examples
- Interaction functions are inlined in story files for demonstration purposes
- Run Storybook locally with `npm run storybook` for component development and review
### Accessibility Testing
Accessibility is tested at two levels: