1
0
forked from baron/baron-sso
Files
baron-sso/userfront-e2e
..
2026-05-21 19:35:45 +09:00
2026-05-21 19:35:45 +09:00
2026-02-24 15:23:36 +09:00
2026-02-24 15:23:36 +09:00
2026-02-24 15:23:36 +09:00
2026-02-24 15:23:36 +09:00

UserFront WASM E2E

userfront WASM 빌드 산출물을 Playwright로 검증하는 테스트 워크스페이스입니다.

실행 방법

  1. 의존성 설치
cd userfront-e2e
npm install
  1. 테스트 실행(빌드 포함)
cd userfront-e2e
npm run test:wasm
  1. 이미 빌드가 있을 때 테스트만 실행
cd userfront-e2e
npm test

환경변수

  • BASE_URL: 외부 배포 URL을 테스트할 때 사용합니다. 설정하면 로컬 정적 서버를 띄우지 않습니다.
  • PORT: 로컬 정적 서버 포트 (기본 4173)
  • LOCALE: 브라우저 locale (기본 ko-KR)