Testing

playwright-explore-website

github/awesome-copilot · updated Apr 8, 2026

$npx skills add https://github.com/github/awesome-copilot --skill playwright-explore-website
summary

Automated website exploration and test case generation using Playwright.

  • Navigates to provided URLs and systematically identifies 3-5 core features and user flows
  • Documents UI elements, their locators, and expected outcomes for each interaction
  • Generates test cases based on exploration findings for immediate use in testing workflows
  • Manages browser context lifecycle automatically, closing sessions upon completion
skill.md

1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Website Exploration for Testing</h1>\n<p>Your goal is to explore the website and identify key functionalities.</p>\n<h2>Specific Instructions</h2>\n<ol>\n<li>Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one.</li>\n<li>Identify and interact with 3-5 core features or user flows.</li>\n<li>Document the user interactions, relevant UI elements (and their locators), and the expected outcomes.</li>\n<li>Close the browser context upon completion.</li>\n<li>Provide a concise summary of your findings.</li>\n<li>Propose and generate test cases based on the exploration.</li>\n</ol>"}}]