- Update backend Dockerfile with multi-stage build that runs pytest
with coverage (70% threshold) before production build
- Update frontend Dockerfile with multi-stage build including:
- Unit test stage with Jest coverage
- E2E test stage with Playwright
- Production stage depends on test stages via markers
- Add Playwright e2e tests for login, dashboard, and terminal flows
- Configure Playwright with chromium browser
- Update jest.config.js to exclude e2e directory
- Update docker-compose.yml to target production stage
https://claude.ai/code/session_01XSQJybTpvKyN7td4Y8n5Rm