Commit Graph

2 Commits

Author SHA1 Message Date
Sebastien Castiel
e349a50600 Add comprehensive E2E testing plan and project guidelines
- Create CLAUDE.md with project commands and code style guidelines
- Add detailed E2E testing plan in prds/add-e2e-tests.md covering:
  - Priority-based testing strategy for critical user workflows
  - Implementation constraints requiring only test ID additions
  - Mandatory test validation workflow with npm run test:e2e
  - Test coverage for expense splitting, balance tracking, and group management
- Remove CRUSH.md (replaced by CLAUDE.md)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 21:14:51 -04:00
Sebastien Castiel
9d375bb6be Add Playwright E2E testing setup
- Added Playwright configuration for automated and visual E2E tests
- Updated Next.js configuration to accept localhost:3003 for testing
- Included Playwright as a dev dependency

💘 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>
2025-08-02 09:44:51 -04:00