Commit Graph

2 Commits

Author SHA1 Message Date
dc1d84666f feat(frontend): Storybook + auto-generated Playwright e2e docs with screenshots
Adds three things to make frontend PRs reviewable directly from Gitea web UI:

1. Storybook 8 for Vue 3 components
   - .storybook/main.ts + preview.ts
   - HealthDashboard.stories.ts (1 example story)
   - npm run storybook / npm run build-storybook

2. Playwright JSON reporter + screenshot on every test
   - playwright.config.ts: json reporter + screenshot: 'on'
   - health.spec.ts: explicit screenshot path

3. Auto-generated markdown docs with breadcrumbs
   - scripts/generate-test-docs.mjs: reads results.json -> generates docs/e2e/<test>.md per test
   - docs/README.md: top-level frontend docs index
   - docs/e2e/README.md: e2e index with link to each test
   - Each test markdown has breadcrumb [<- Back to index]
   - Screenshots embedded via relative path

Companion to PR #25 (Nuxt scaffold).

Out of scope (future PRs):
- Visual regression testing
- Storybook deployment / hosted preview
- More e2e test coverage

🤖 Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-03 16:39:54 +02:00
0abc383bed feat(frontend): scaffold minimal Nuxt 3 frontend with healthz dashboard (#25)
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 7m28s
CI/CD Pipeline / Trigger Docker Push (push) Successful in 6s
First Vue 3 / Nuxt 3 / Playwright frontend layer for dance-lessons-coach. Minimal: 1 page, 1 component fetching /api/healthz, 1 e2e test. Out of scope: Storybook, design system, auth pages, deploy.

~95% Mistral autonomous via ICM workspace ~/Work/Vibe/workspaces/frontend-nuxt-scaffold/. Mistral handled the npx nuxi init TUI by falling back to manual file creation (Q-032 documented).

Co-authored-by: Gabriel Radureau <arcodange@gmail.com>
Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
2026-05-03 13:42:06 +02:00