$npx -y skills add github/awesome-copilot --skill playwright-explore-websiteWebsite exploration for testing using Playwright MCP
| 1 | # Website Exploration for Testing |
| 2 | |
| 3 | Your goal is to explore the website and identify key functionalities. |
| 4 | |
| 5 | ## Specific Instructions |
| 6 | |
| 7 | 1. Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one. |
| 8 | 2. Identify and interact with 3-5 core features or user flows. |
| 9 | 3. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes. |
| 10 | 4. Close the browser context upon completion. |
| 11 | 5. Provide a concise summary of your findings. |
| 12 | 6. Propose and generate test cases based on the exploration. |