mcp-playwright

MCP Skill: Playwright MCP (UI Verification)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-playwright" with this command: npx skills add 7spade/black-tortoise/7spade-black-tortoise-mcp-playwright

MCP Skill: Playwright MCP (UI Verification)

Scope

Use the MCP server configured as microsoft/playwright-mcp in .vscode/mcp.json to run browser automation tasks (navigation, screenshots, DOM checks) during debugging and validation.

Preconditions

  • Ensure .vscode/mcp.json contains microsoft/playwright-mcp .

  • Ensure the app is running (typically pnpm run start ) if you are testing locally.

Operating Rules

  • Prefer resilient selectors: data-testid , ARIA roles/labels.

  • Avoid brittle CSS selectors and deep DOM coupling.

  • Capture evidence for regressions: screenshots + console errors.

Typical Workflows

  • Smoke check a route

  • Navigate to a URL and assert primary heading/landmark is visible.

  • Regression capture

  • Take before/after screenshots for a single screen change.

  • Console hygiene

  • Collect browser console errors/warnings for a page.

  • Accessibility spot-check

  • Verify keyboard focus order for critical controls.

Prompt Templates

  • "Open and verify . Collect console errors and take a full-page screenshot."

  • "Run a quick flow: . Use role-based selectors and fail fast with screenshots on error."

Related Repo Guidance

  • See .github/skills/e2e-playwright for test organization and selector rules.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

material-design-3

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-ddd

No summary provided by upstream source.

Repository SourceNeeds Review
General

webapp-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

angular-material-cdk-animations

No summary provided by upstream source.

Repository SourceNeeds Review