Agent skill
jomonsho-e2e-emulator
エミュレータを使った Playwright E2E を2回連続で実行する。
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/jomonsho-e2e-emulator
Metadata
Additional technical details for this skill
- short description
- Emulator E2E(Playwright / workers=1 / 2回連続)。
SKILL.md
Emulator E2E(日本語)
Firebase Emulator Suite と Playwright(workers=1)を使う。
- 重要変更や明示指示があるときのみ実行(軽微変更では走らせない)。
コマンドテンプレート:
npx firebase emulators:exec --only firestore,auth,database
"npx playwright test --workers=1 "
ルール:
- 同一 spec を2回連続で実行(フレーク検出)
- 全件実行は避け、必要な spec だけ実行
- 失敗したら修正後に2回連続で再実行
報告:
- 2回連続 PASS の結果を簡潔に記載
Didn't find tool you were looking for?