playwright-explore-website
作成者: github
Playwrightを使用した自動ウェブサイト探索とテストケース生成。提供されたURLに移動し、3~5のコア機能とユーザーフローを体系的に特定します。各操作におけるUI要素、そのロケーター、期待される結果を文書化します。探索結果に基づいてテストケースを生成し、テストワークフローで即座に使用できるようにします。ブラウザコンテキストのライフサイクルを自動管理し、完了時にセッションを閉じます。
npx skills add https://github.com/github/awesome-copilot --skill playwright-explore-websiteWebsite Exploration for Testing
Your goal is to explore the website and identify key functionalities.
Specific Instructions
- Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one.
- Identify and interact with 3-5 core features or user flows.
- Document the user interactions, relevant UI elements (and their locators), and the expected outcomes.
- Close the browser context upon completion.
- Provide a concise summary of your findings.
- Propose and generate test cases based on the exploration.