vitest가 기본으로 *.spec.js를 잡아 e2e/의 Playwright 스펙까지 실행하려다 frontend-build CI가 실패했다. test.include를 src/**로 좁혀 단위(vitest)와 E2E(Playwright)를 분리한다. (CI가 잡아준 회귀) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>