Skip to main content

playwright-explore-website

Website exploration for testing using Playwright MCP

Stars
34,159
Source
github/awesome-copilot
Updated
2026-05-29
Slug
github--awesome-copilot--playwright-explore-website
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/github/awesome-copilot/HEAD/plugins/frontend-web-dev/skills/playwright-explore-website/SKILL.md -o .claude/skills/playwright-explore-website.md

Drops the SKILL.md into .claude/skills/playwright-explore-website.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.