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,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.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
手动放置目录.agents/skills/playwright-explore-websiteOfficial docs ↗
导入当前项目.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
手动放置目录.claude/skills/playwright-explore-websiteOfficial docs ↗
导入当前项目.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-websiteOfficial docs ↗
导入当前项目.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-websiteOfficial docs ↗
导入当前项目.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 -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/playwright-explore-website
手动放置目录.agents/skills/playwright-explore-websiteOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# 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.