docs: expose focused live parity suites
This commit is contained in:
@@ -104,6 +104,8 @@ ref 명령 계약과 실제 화면은 다음 명령으로 비교합니다.
|
|||||||
pnpm check:legacy:general
|
pnpm check:legacy:general
|
||||||
pnpm check:legacy:nation
|
pnpm check:legacy:nation
|
||||||
pnpm test:e2e:frontend-legacy
|
pnpm test:e2e:frontend-legacy
|
||||||
|
pnpm test:e2e:main-front-status-live
|
||||||
|
pnpm test:e2e:main-records-live
|
||||||
```
|
```
|
||||||
|
|
||||||
각 명령의 fixture, 서비스, 인증 요구사항은
|
각 명령의 fixture, 서비스, 인증 요구사항은
|
||||||
|
|||||||
@@ -31,6 +31,15 @@ Run the suite from the core2026 repository root:
|
|||||||
pnpm test:e2e:frontend-legacy
|
pnpm test:e2e:frontend-legacy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
현재 PM2 검증 profile의 실제 PostgreSQL·Redis를 읽는 main 화면 전용 suite는
|
||||||
|
다음 명령으로 별도 실행합니다. `sammo-verify-che-api` process가 제공하는 환경을
|
||||||
|
read-only source로 사용하며, 일반 fixture suite에 묵시적으로 섞지 않습니다.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pnpm test:e2e:main-front-status-live
|
||||||
|
pnpm test:e2e:main-records-live
|
||||||
|
```
|
||||||
|
|
||||||
When another worktree occupies the default ports, set
|
When another worktree occupies the default ports, set
|
||||||
`FRONTEND_PARITY_GATEWAY_PORT`, `FRONTEND_PARITY_GAME_PORT`, and
|
`FRONTEND_PARITY_GATEWAY_PORT`, `FRONTEND_PARITY_GAME_PORT`, and
|
||||||
`FRONTEND_PARITY_GAME_URL`. If the core2026 worktree is outside the workspace
|
`FRONTEND_PARITY_GAME_URL`. If the core2026 worktree is outside the workspace
|
||||||
@@ -38,6 +47,10 @@ that owns `image/`, set `FRONTEND_PARITY_IMAGE_ROOT` to that ignored image
|
|||||||
checkout. `FRONTEND_PARITY_ARTIFACT_DIR` retains the tournament and betting
|
checkout. `FRONTEND_PARITY_ARTIFACT_DIR` retains the tournament and betting
|
||||||
screenshots.
|
screenshots.
|
||||||
|
|
||||||
|
Main 화면 전용 suite의 frontend/API port가 사용 중이면
|
||||||
|
`FRONTEND_PARITY_LIVE_FRONTEND_PORT`와 `FRONTEND_PARITY_LIVE_API_PORT`를
|
||||||
|
지정합니다.
|
||||||
|
|
||||||
Run the focused simulator fixture with:
|
Run the focused simulator fixture with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
@@ -59,6 +59,8 @@ pnpm check:legacy:nation
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm test:e2e:frontend-legacy
|
pnpm test:e2e:frontend-legacy
|
||||||
|
pnpm test:e2e:main-front-status-live
|
||||||
|
pnpm test:e2e:main-records-live
|
||||||
```
|
```
|
||||||
|
|
||||||
같은 Chromium, viewport, device scale, zoom, locale, font, image, 로그인과
|
같은 Chromium, viewport, device scale, zoom, locale, font, image, 로그인과
|
||||||
|
|||||||
Reference in New Issue
Block a user