← スキル一覧に戻る

sketch-playwright-qa
by joelklabo
markdowntown scan CLI
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: sketch-playwright-qa description: Playwright QA workflow for Sketch Magic. Use when running mobile flow tests, visual baselines, snapshot updates, or debugging flaky WebKit/Chromium runs and port conflicts.
Sketch Playwright QA
Overview
Standardize Playwright test runs for mobile flow and visual baselines, including snapshot updates and trace review.
Quick Start
- Mobile flow:
PLAYWRIGHT_PORT=3020 pnpm test:e2e tests/e2e/mobile-flow.spec.ts - Visual baselines:
PLAYWRIGHT_PORT=3021 pnpm test:e2e tests/e2e/visual.spec.ts - Update snapshots: append
--update-snapshots
Workflow
1) Pick a port
- Use a clean port (e.g., 3020–3030) to avoid conflicts.
- Set
PLAYWRIGHT_PORTin the command.
2) Run required suites
- Mobile flow:
tests/e2e/mobile-flow.spec.ts - Visual baselines:
tests/e2e/visual.spec.ts
3) Handle failures
- Review trace/video artifacts under
test-results/. - If a snapshot mismatch is expected, re-run with
--update-snapshots. - If flakiness appears, check animations or timing.
4) Record evidence
- Keep a short log of commands + ports used.
- Capture failing screenshots/videos when needed.
- Use
qa-verificationfor the standard evidence format.
References
references/playwright-workflow.md— exact commands, snapshot guidance, and troubleshooting.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です