From playwright
Explore a website interactively using Playwright MCP to identify key functionalities, user flows, and UI elements for testing purposes. Use when the user wants to understand a website's structure, discover testable features, or prepare for writing tests.
npx claudepluginhub atc-net/atc-agentic-toolkitThis skill uses the workspace's default tool permissions.
Explore a website using the Playwright MCP server to identify key functionalities and generate test candidates.
Explores websites using Playwright MCP: identifies core features, documents locators/interactions, summarizes findings, and generates test cases.
Automates Playwright browser tasks: navigates URLs, captures screenshots and accessibility snapshots, interacts with UI elements via click/type/fill, reports findings for E2E testing, deployments, and audits.
Automates browser testing for web apps using Playwright MCP: navigate pages, click/fill elements, take screenshots, verify UI/console logs, debug frontend issues, validate responsive design.
Share bugs, ideas, or general feedback.
Explore a website using the Playwright MCP server to identify key functionalities and generate test candidates.
browser_navigate to load the page, then browser_snapshot to capture the initial statebrowser_close when exploration is completedata-testid > role > text > CSS selectorsFor each discovered feature:
### Feature: [Name]
- **URL**: /path
- **Steps**: 1. Click X → 2. Fill Y → 3. Submit
- **Key elements**: [locator details]
- **Suggested test**: [brief test description]