Commit Graph

8 Commits

Author SHA1 Message Date
きむそん
3754403629 ci(snapshots): update screenshots 2025-10-18 08:50:51 +00:00
きむそん
b0ec64d8f0 ci(snapshots): update screenshots 2025-10-18 05:32:07 +00:00
きむそん
87a22675fd ci(snapshots): update screenshots 2025-10-17 19:19:10 +00:00
きむそん
4b58f611cb ci(snapshots): update screenshots 2025-10-17 18:55:23 +00:00
きむそん
bba7d06020 ci(snapshots): update screenshots 2025-10-13 05:44:46 +00:00
d-kimsuon
6d081e54b8 ci(e2e): update snapshots on github actions 2025-10-13 14:39:12 +09:00
d-kimsuon
584c0409d3 fix: correct screenshot capture URLs to use port 4000
- Update all capture scripts to use http://localhost:4000 instead of 3400
- Port 4000 is used by the E2E server with mock data environment
- Add .env.local with GLOBAL_CLAUDE_DIR configuration
- All 48 screenshots now capture actual page content (verified >1KB file sizes)
- Fix Internal Server Error issues in screenshot captures

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 14:39:12 +09:00
d-kimsuon
d56f022e32 feat: add comprehensive screenshot snapshots for visual regression testing
- Add 45 PNG snapshots covering all pages and UI states
- Include device variations (desktop, mobile, tablet) for each state
- Enable visual diff comparison on GitHub for UI changes
- Remove snapshots from .gitignore to include in version control

Snapshot coverage:
- Root page: 3 snapshots
- Projects page: 6 snapshots (default, empty states)
- Project detail: 9 snapshots (default, filters-expanded, new-chat-modal)
- Session detail: 18 snapshots (default, sidebar-open across 3 session UUIDs)
- Error pages: 9 snapshots (404, invalid-project, invalid-session)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 14:39:12 +09:00