Skip to content

Frontend CI 실패: E2E 단계 'No tests found'로 모든 빌드 red #30

Description

@trz-21

문제

Frontend CI의 E2E tests 단계(npx playwright test)가 모든 run에서 Error: No tests found로 exit code 1 → 워크플로우 전체 실패.

원인

frontend/tests/e2e/에 Playwright 테스트 파일이 하나도 없음. Playwright는 테스트 0건일 때 실패로 처리한다.

해결

공개 랜딩 페이지(/)에 대한 스모크 E2E 테스트를 추가해 최소 1건 이상의 테스트가 존재하도록 한다. 랜딩은 인증/백엔드가 필요 없어 dev 서버만으로 검증 가능.

완료 조건

  • tests/e2e/에 통과하는 E2E 테스트 추가
  • type-check / lint / unit / e2e 모두 green

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions