Testing & QAlow risk
playwright-explore-website
Website exploration for testing using Playwright MCP
github/awesome-copilot·skills/playwright-explore-website/SKILL.md
62/ 100Recommendation
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a codex -yPersonal installation~/.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a codex -g -yProject installation.claude/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a claude-code -yPersonal installation~/.claude/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a claude-code -g -yProject installation.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a github-copilot -yPersonal installation~/.copilot/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a github-copilot -g -yProject installation.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a cursor -yPersonal installation~/.cursor/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a cursor -g -yProject installation.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a gemini-cli -yPersonal installation~/.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⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on 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.