원클릭으로
playwright-e2e
writing, running, and debugging Playwright tests. working with their output from github actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
writing, running, and debugging Playwright tests. working with their output from github actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apex Language Server data architecture — type sources, worker topology, and data ownership. Use when working on type resolution, worker communication, resource loading, hover, definition, diagnostics, or any code in apex-ls/src/server/ or apex-parser-ast/src/symbols/.
Numbering convention for ordering GUS work items within an epic. Numeric prefixes in Subject__c express sequencing (do X before Y) and parallelism. Use when planning an epic, when the user states a dependency between work items, or when asked what's unblocked/ready in an epic.
Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.
Create feature branches for all work. Use when creating branches, checking out, or pushing. Prevents accidental push to main.
Interact with the Gus Salesforce org via CLI (sf). Query, create, update work items; query team epics. Use when user mentions Gus, work items, epics, or GUS/Git2Gus workflows.
Guidelines for package.json files in packages
| name | playwright-e2e |
| description | writing, running, and debugging Playwright tests. working with their output from github actions |
Guidelines for writing and iterating on Playwright tests for VS Code extensions.
Read ALL before responding:
references/coding-playwright-tests.md - Writing testsreferences/iterating-playwright-tests.md - Iterating on tests (lines 34-37: "Things to ignore")references/analyze-e2e.md - Analyzing E2E test results from CIShared code (helpers, locators, configuration) for tests lives in e2e-tests/shared/.
Available local + CI/GHA.
~/.sf/vscode-spans/ — web-*.jsonl (test:e2e:web), node-*.jsonl (test:e2e:desktop)test-results/spans/ artifacts (see workflow upload/download in references/analyze-e2e.md)ls -lt ~/.sf/vscode-spans/rm -rf ~/.sf/vscode-spans/JSON.parsename, traceId, spanId, parentSpanId, durationMs, status, startTime, attributesSee .claude/skills/span-file-export/SKILL.md for enable/OTLP vs file.
When running Playwright tests (npm run test:e2e:web, npm run test:e2e:desktop, etc.), never block >30s. Use run_in_background: true so tests run while the AI continues. Check terminal output or the output file later.