Commit Graph

3 Commits

Author SHA1 Message Date
Thomas Richter
ced5ef26b9 feat(09-03): add E2E tests for core user journeys
- Create workflow: quick capture, persistence, optional title
- Edit workflow: expand, modify, auto-save, persistence
- Search workflow: text search, no results, clear filter
- Organize workflow: type filter, tag filter, pinning
- Delete workflow: swipe delete, removal verification
- Task completion: checkbox toggle, strikethrough styling

Tests run on desktop and mobile viewports (34 total tests)
2026-02-03 23:38:07 +01:00
Thomas Richter
283a9214ad feat(09-03): create database seeding fixture for E2E tests
- Add test fixture with seededDb for predictable test data
- Include 5 entries: tasks and thoughts with various states
- Include 3 tags with entry-tag relationships
- Export extended test with fixtures from tests/e2e/index.ts
- Install drizzle-seed dependency
2026-02-03 23:35:23 +01:00
Thomas Richter
84ad332737 fix(deploy): resolve Docker startup and CSRF issues
- Rename TASKPLANER_DATA_DIR to DATA_DIR (avoid adapter-node envPrefix conflict)
- Add TASKPLANER_ORIGIN for CSRF protection in docker-compose.yml
- Add automatic database schema initialization on startup
- Add Playwright E2E tests for Docker deployment verification
- Update .env.example with correct variable names

Fixes container restart loop and 403 errors on form submission.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 15:54:44 +01:00