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.