Skip to content

🟑 Medium: E2E test job permanently disabled #48

@EVWorth

Description

@EVWorth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions