Orchestrate P1 UI automation evaluations (#6, #7)

- recorder v1 (fail) → v2 (pass): drag state machine, focus events, ts/raw_coord
- player pass with caveats: reliability untestable in sandbox
- PROGRESS.md Done rows + follow-ups for live SUT smoke test
- PLAN.md P1 pivoted to test-runner + live smoke test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-07 14:37:14 +09:00
parent 56b7233500
commit 836afea5ee
9 changed files with 323 additions and 5 deletions

13
PLAN.md
View File

@@ -8,12 +8,15 @@
1. **훅 동작 검증** — SessionStart/Stop/Guard 3개 shell 스크립트를 실제로 트리거시켜 확인
- 의존: jq 설치 여부 확인
## P1 — UI 자동화 의존
## P1 — 통합 & 러너
4. **recorder PoC (element-aware)** — Sprint Contract: [docs/contracts/recorder.md](docs/contracts/recorder.md)
- 의존: FlaUI 패키지 승인 (사용자 확인 필요)
5. **player PoC** — Sprint Contract: [docs/contracts/player.md](docs/contracts/player.md)
- 의존: recorder 산출물 포맷 확정
4. **test-runner** — 시나리오 일괄 실행 + normalizer + diff-reporter 파이프라인
- 의존: recorder/player/normalizer/diff-reporter 전부 pass (완료)
- Sprint Contract 먼저 작성 필요
5. **라이브 SUT smoke test** — 수동 단계로 recorder attach → Box 생성 시나리오 → player 재생 → normalizer → diff
- 의존: test-runner PoC 선행 권장
6. **engine-bridge 탐색** — HmEG PDB 리플렉션 스파이크
- 의존: 없음
## Follow-ups (non-blocking)