← スキル一覧に戻る

webapp-testing
by VidyFoo
Antigravity Skills Engine (ASE) - The ultimate Claude Skills library for AI agents featuring 16+ industrial-grade professional tracks.
⭐ 4🍴 2📅 2026年1月24日
SKILL.md
name: webapp-testing description: Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. license: Complete terms in LICENSE.txt
WebApp Testing Guide
Overview
This skill provides a comprehensive toolkit for testing and debugging web applications using Playwright.
Core Operations
Start a Dev Server
Before testing, ensure your web app is running.
npm run dev
Run Playwright Tests
Execute automated tests to verify functionality.
npx playwright test
Debugging with Browser
Use the browser tool to interact with the app manually and inspect state.
Best Practices
- Use unique IDs for interactive elements to simplify selection.
- Clear browser logs and screenshots before each test run for clean results.
- Record videos of failed tests for easier debugging.
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

