Testing & QAlow risk
playwright-explore-website
Website exploration for testing using Playwright MCP
github/awesome-copilot·skills/playwright-explore-website/SKILL.md
90/ 100品質
この Skill を導入
coding agent を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a codex -y個人環境に導入~/.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a codex -g -yプロジェクトに導入.claude/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a claude-code -y個人環境に導入~/.claude/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a claude-code -g -yプロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a github-copilot -y個人環境に導入~/.copilot/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a github-copilot -g -yプロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a cursor -y個人環境に導入~/.cursor/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a cursor -g -yプロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a gemini-cli -y個人環境に導入~/.gemini/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/playwright-explore-website⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# Website Exploration for Testing Your goal is to explore the website and identify key functionalities. ## Specific Instructions 1. Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one. 2. Identify and interact with 3-5 core features or user flows. 3. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes. 4. Close the browser context upon completion. 5. Provide a concise summary of your findings. 6. Propose and generate test cases based on the exploration.