playwright-explore-website

작성자: github

Playwright를 사용한 자동화된 웹사이트 탐색 및 테스트 케이스 생성. 제공된 URL로 이동하여 3~5개의 핵심 기능과 사용자 흐름을 체계적으로 식별합니다. 각 상호작용에 대한 UI 요소, 로케이터 및 예상 결과를 문서화합니다. 탐색 결과를 기반으로 테스트 케이스를 생성하여 테스트 워크플로에서 즉시 사용할 수 있도록 합니다. 브라우저 컨텍스트 수명 주기를 자동으로 관리하며, 완료 시 세션을 종료합니다.

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

Website Exploration for Testing

Your goal is to explore the website and identify key functionalities.

Specific Instructions

  1. Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one.
  2. Identify and interact with 3-5 core features or user flows.
  3. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes.
  4. Close the browser context upon completion.
  5. Provide a concise summary of your findings.
  6. Propose and generate test cases based on the exploration.

github의 다른 스킬