Add Playwright playbook runner, Storybook generator, and comprehensive documentation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-08 15:23:41 +00:00
parent ef1a912833
commit 4136f3c50d
4 changed files with 692 additions and 0 deletions

View File

@@ -628,6 +628,10 @@ npm run dev
- `npm run test` - Run unit tests with Vitest
- `npm run test:e2e` - Run E2E tests with Playwright
- `npm run storybook` - Start Storybook for component development
- `npm run build-storybook` - Build Storybook for production
See [PLAYWRIGHT_PLAYBOOKS.md](./docs/PLAYWRIGHT_PLAYBOOKS.md) for Playwright playbook testing documentation.
See [STORYBOOK.md](./docs/STORYBOOK.md) for Storybook configuration and usage.
#### Code Quality
- `npm run lint` - Run ESLint