주기 SSE 검증 하네스 수정

This commit is contained in:
Yun Chan 2026-08-09 23:44:53 +09:00
parent 7b4955c3fc
commit fbf29fa40a
3 changed files with 16 additions and 1 deletions

View file

@ -44,6 +44,7 @@ FIXTURE_SCRIPT = (
PERIODIC_SPEC = "e2e/periodic-learner-real-closed-loop.spec.ts"
RETURNED_SPEC = "e2e/returned-practice-db-closed-loop.spec.ts"
SCHEMA_VERSION = "vignette.periodic-learner-e2e-receipt.v1"
PLAYWRIGHT_RETRIES = 0
FORBIDDEN_PORTS = frozenset({8001, 55432, 9099})
FORBIDDEN_MARKERS = (
"vignette.chanpaca.net",
@ -1243,6 +1244,7 @@ class PeriodicRunner:
PERIODIC_SPEC,
"--project=chromium-single-run",
"--workers=1",
f"--retries={PLAYWRIGHT_RETRIES}",
"--reporter=line",
],
cwd=web_dir,
@ -1265,6 +1267,7 @@ class PeriodicRunner:
"--project=chromium-desktop",
"--project=chromium-mobile",
"--workers=1",
f"--retries={PLAYWRIGHT_RETRIES}",
"--reporter=line",
],
cwd=web_dir,