playwright-explore-website
oleh github
Eksplorasi situs web otomatis dan pembuatan kasus uji menggunakan Playwright. Menavigasi ke URL yang diberikan dan secara sistematis mengidentifikasi 3-5 fitur inti serta alur pengguna. Mendokumentasikan elemen UI, lokatornya, dan hasil yang diharapkan untuk setiap interaksi. Menghasilkan kasus uji berdasarkan temuan eksplorasi untuk digunakan langsung dalam alur kerja pengujian. Mengelola siklus hidup konteks browser secara otomatis, menutup sesi setelah selesai.
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.