From ac-qa
Opens headed Playwright browser for E2E testing at URL (defaults localhost:5173). Provides CLI for navigation, clicks, typing, screenshots, snapshots, video.
npx claudepluginhub waterplanai/agentic-config --plugin ac-qaThis skill is limited to using the following tools:
Open browser for E2E testing using playwright-cli.
Automates browser interactions via Playwright CLI: open pages, click/type/fill elements by snapshot refs, manage cookies/state, take screenshots/PDFs, handle tabs/dialogs.
Automates browsers via playwright-cli CLI commands executed through Bash. Supports navigation, interaction (click, type, fill), screenshots, PDFs, session/tabs management for E2E testing.
Automates browsers via Playwright CLI shell commands: navigate pages, interact with elements (click, fill, type), capture screenshots/snapshots/PDFs, manage tabs for web testing.
Share bugs, ideas, or general feedback.
Open browser for E2E testing using playwright-cli.
Target URL: $ARGUMENTS
If no URL provided, default to: http://localhost:${DEFAULT_PORT:-5173}/
playwright-cli --helpNavigate to URL
playwright-cli open "${URL:-http://localhost:${DEFAULT_PORT:-5173}/}"
Verify Page Load
playwright-cli snapshot
Report page title and URL from snapshot output.
Report Status
After opening browser, these commands are available via Bash:
playwright-cli goto <url> - Navigate to URLplaywright-cli snapshot - Capture accessibility snapshotplaywright-cli click "<selector>" - Click elementplaywright-cli fill "<selector>" "<text>" - Fill input fieldplaywright-cli type "<text>" - Type textplaywright-cli screenshot - Take PNG screenshotplaywright-cli close - Close browser sessionplaywright-cli video-start / video-stop - Record videoplaywright-cli video-start before the flow and video-stop afterplaywright-cli.json in project root--headed flag for visible browser window: playwright-cli --headed open <url>playwright-cli -s=<name> for named sessions