vkc-e2e-playwright-runbook

star 0

Run and debug Playwright E2E in VKC (Playwright, E2E_PORT=3100, E2E_HEALTH_PATH, webServer, test-results/*/error-context.md). Use when adding/changing e2e specs or debugging E2E failures. (키워드= E2E, 플레이라이트, 테스트, 포트 3100, 헬스체크, webServer, 플래키)

LEE-SANG-BOK By LEE-SANG-BOK schedule Updated 6/11/2026

name: vkc-e2e-playwright-runbook description: Run and debug Playwright E2E in VKC (Playwright, E2E_PORT=3100, E2E_HEALTH_PATH, webServer, test-results/*/error-context.md). Use when adding/changing e2e specs or debugging E2E failures. (키워드= E2E, 플레이라이트, 테스트, 포트 3100, 헬스체크, webServer, 플래키) metadata: short-description: Playwright E2E runbook

VKC E2E Playwright Runbook

When to use

  • You add or edit e2e/*.spec.ts.
  • You debug flaky E2E failures locally or in CI.
  • You see port/health-check issues (E2E_PORT, E2E_HEALTH_PATH, webServer).

Hard rules (this repo)

  • Default E2E port is 3100 (not 3000) unless explicitly overridden.
  • Prefer the project runner: scripts/run-playwright-e2e.js via npm run test:e2e.
  • Always capture failure context:
    • test-results/*/error-context.md

Canonical references

  • Runner: scripts/run-playwright-e2e.js
  • Scripts: package.json (test:e2e*)
  • E2E non-negotiables: AGENTS.md

References

  • Runbook: .codex/skills/vkc-e2e-playwright-runbook/references/e2e-runbook.md
Install via CLI
npx skills add https://github.com/LEE-SANG-BOK/VKC-2- --skill vkc-e2e-playwright-runbook
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
LEE-SANG-BOK
LEE-SANG-BOK Explore all skills →