Problem
The entire E2E test job has \if: false, making it dead configuration:
\\yaml
test-e2e:
name: E2E Tests
if: false # No E2E tests written yet β re-enable when tests exist
\\
Impact
No integration-level validation of the full app. The Playwright setup is configured but never runs, so regressions in user-facing workflows go undetected.
Affected Files
- .github/workflows/ci.yml:122\
Suggested Fix
Either remove the disabled job to avoid confusion, or add a placeholder test that verifies the app launches. Add to CONTRIBUTING.md as a known gap.
Severity: Medium β CI/CD gap
Problem
The entire E2E test job has \if: false, making it dead configuration:
\\yaml
test-e2e:
name: E2E Tests
if: false # No E2E tests written yet β re-enable when tests exist
\\
Impact
No integration-level validation of the full app. The Playwright setup is configured but never runs, so regressions in user-facing workflows go undetected.
Affected Files
Suggested Fix
Either remove the disabled job to avoid confusion, or add a placeholder test that verifies the app launches. Add to CONTRIBUTING.md as a known gap.
Severity: Medium β CI/CD gap