playwright-explore-website
द्वारा github
Playwright का उपयोग करके स्वचालित वेबसाइट अन्वेषण और परीक्षण मामला निर्माण। प्रदान किए गए URL पर नेविगेट करता है और व्यवस्थित रूप से 3-5 मुख्य विशेषताओं और उपयोगकर्ता प्रवाहों की पहचान करता है। प्रत्येक इंटरैक्शन के लिए UI तत्वों, उनके लोकेटर और अपेक्षित परिणामों का दस्तावेजीकरण करता है। अन्वेषण निष्कर्षों के आधार पर परीक्षण मामले उत्पन्न करता है जो परीक्षण कार्यप्रवाहों में तत्काल उपयोग के लिए होते हैं। ब्राउज़र संदर्भ
npx skills add https://github.com/github/awesome-copilot --skill playwright-explore-websiteWebsite Exploration for Testing
Your goal is to explore the website and identify key functionalities.
Specific Instructions
- Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one.
- Identify and interact with 3-5 core features or user flows.
- Document the user interactions, relevant UI elements (and their locators), and the expected outcomes.
- Close the browser context upon completion.
- Provide a concise summary of your findings.
- Propose and generate test cases based on the exploration.