playwright-journey
Use when the user adds E2E tests, Playwright specs, or journey coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user adds E2E tests, Playwright specs, or journey coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user adds or modifies a Next.js API route under ui/src/app/api/.
Use when the user works on EHDS articles, DSP protocol, DCP credentials, ODRL policies, or the audit trail.
Use when the user works on the force-directed graph explorer, layer colours, persona views, or node filtering.
Use when the user works on authentication, Keycloak configuration, OIDC, roles, or JWT claims.
Use when the user adds nodes, relationships, constraints, or indexes to the Neo4j knowledge graph, or edits any *.cypher file.
Use when the user works on demo personas, localStorage persistence, or GitHub Pages static-export behaviour.
| name | playwright-journey |
| description | Use when the user adds E2E tests, Playwright specs, or journey coverage. |
Sources: .claude/rules/testing.md, ui/__tests__/e2e/journeys/helpers.ts,
ui/playwright.config.ts.
J range in ui/__tests__/e2e/journeys/
(ranges are reserved per area — see the Test ID table in .claude/rules/testing.md).loginAs(page, user, pass) for Keycloak flows,
setPersona(page, username) for static-mode tests, skipIfKeycloakDown() /
skipIfNeo4jDown(page) so specs self-skip instead of failing when backends
are absent (every existing spec does this).data-testid — never CSS class names.npx playwright test <spec> --project=chromium (CI runs chromium only;
--project=live targets the JAD stack at PLAYWRIGHT_BASE_URL=http://localhost:3003).Spec lists cleanly (--list), self-skips without its backend, and its J numbers
don't collide with an existing range.