The repo currently has zero tests. We should add Playwright-based e2e tests covering the core game interactions.
apps/frontend/e2e/
├── playwright.config.ts
├── fixtures/
│ └── game.ts # shared helpers (start game, wait for game-over, etc)
├── falling-words/
│ ├── focus.spec.ts # focus/click/tab/Enter behaviors
│ ├── pause.spec.ts # visibilitychange pause/resume
│ └── gameplay.spec.ts # word typing, scoring, game-over
└── survival/
└── gameplay.spec.ts
Feature: Add e2e tests for game functionality
The repo currently has zero tests. We should add Playwright-based e2e tests covering the core game interactions.
Scope
Falling Words game:
Survival game:
Test structure
Infrastructure
@playwright/testas dev dependencyplaywright.config.tswithwebServerpointing atbun run dev.github/workflows/ci.yml)