playwright-e2e-tester — for Claude Code playwright-e2e-tester, takode, community, for Claude Code, ide skills, AGENTS.md, LEARNINGS.md, mcp-cmd, Playwright, Tester

v1.0.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need playwright e2e tester. Resume localise : Web & Mobile UI for Orchestrating Teams of Agents # Playwright E2E Tester Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Fonctionnalités

Playwright E2E Tester
Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows.
Visual verification of new or updated UI components
Regression checks after frontend/backend refactors
End-to-end workflow validation from a user perspective

# Sujets clés

MrVPlusOne MrVPlusOne
[1]
[1]
Mis à jour: 4/25/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Scenario recommande : Ideal for AI agents that need playwright e2e tester. Resume localise : Web & Mobile UI for Orchestrating Teams of Agents # Playwright E2E Tester Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Pourquoi utiliser cette compétence

Recommandation : playwright-e2e-tester helps agents playwright e2e tester. Web & Mobile UI for Orchestrating Teams of Agents # Playwright E2E Tester Use this skill to run browser-based E2E verification for UI changes

Meilleur pour

Scenario recommande : Ideal for AI agents that need playwright e2e tester.

Cas d'utilisation exploitables for playwright-e2e-tester

Cas d'usage : Applying Playwright E2E Tester
Cas d'usage : Applying Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows
Cas d'usage : Applying Visual verification of new or updated UI components

! Sécurité et Limitations

  • Limitation : Requires repository-specific context from the skill documentation
  • Limitation : Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Démo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ et étapes d’installation

These questions and steps mirror the structured data on this page for better search understanding.

? Questions fréquentes

Qu’est-ce que playwright-e2e-tester ?

Scenario recommande : Ideal for AI agents that need playwright e2e tester. Resume localise : Web & Mobile UI for Orchestrating Teams of Agents # Playwright E2E Tester Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Comment installer playwright-e2e-tester ?

Exécutez la commande : npx killer-skills add MrVPlusOne/takode/playwright-e2e-tester. Elle fonctionne avec Cursor, Windsurf, VS Code, Claude Code et plus de 19 autres IDE.

Quels sont les cas d’usage de playwright-e2e-tester ?

Les principaux cas d’usage incluent : Cas d'usage : Applying Playwright E2E Tester, Cas d'usage : Applying Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows, Cas d'usage : Applying Visual verification of new or updated UI components.

Quels IDE sont compatibles avec playwright-e2e-tester ?

Cette skill est compatible avec Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Utilisez la CLI Killer-Skills pour une installation unifiée.

Y a-t-il des limites pour playwright-e2e-tester ?

Limitation : Requires repository-specific context from the skill documentation. Limitation : Works best when the underlying tools and dependencies are already configured.

Comment installer ce skill

  1. 1. Ouvrir le terminal

    Ouvrez le terminal ou la ligne de commande dans le dossier du projet.

  2. 2. Lancer la commande d’installation

    Exécutez : npx killer-skills add MrVPlusOne/takode/playwright-e2e-tester. La CLI détectera automatiquement votre IDE ou votre agent et configurera la skill.

  3. 3. Commencer à utiliser le skill

    Le skill est maintenant actif. Votre agent IA peut utiliser playwright-e2e-tester immédiatement dans le projet.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

playwright-e2e-tester

Install playwright-e2e-tester, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Playwright E2E Tester

Use this skill to run browser-based E2E verification for UI changes, bug fixes, and user workflows.

When To Use

  • Visual verification of new or updated UI components
  • Regression checks after frontend/backend refactors
  • End-to-end workflow validation from a user perspective
  • Bug reproduction and post-fix verification in-browser

Prerequisites

  • Ensure the target application is running and reachable in a browser.
  • Read repository-level agent instructions (AGENTS.md or equivalent) for project-specific URLs, ports, and setup commands.
  • Ensure node/npx are available.

Run Learnings Log (Mandatory)

  • Before starting, read LEARNINGS.md in this same skill directory and reuse relevant tips.
  • After each E2E run, reflect on what could have been easier and update LEARNINGS.md with any useful takeaways.
  • Add practical notes when they improve future runs, for example:
    • run context (URL/env/scope) when it matters
    • what worked well
    • blockers/flaky behavior and safe fallbacks
    • quest-specific verification notes that can help future runs
  • Keep the file concise and practical:
    • keep evergreen guidance near the top
    • remove or update stale, inaccurate, or misleading guidance when the UI/workflow changes
  • Never add secrets or destructive instructions.

Quick Start (Mandatory)

Before any browser action:

  1. Start Playwright MCP:
    • npx -y mcp-cmd start playwright npx -y @playwright/mcp@latest
  2. Navigate to the target URL:
    • npx -y mcp-cmd call playwright browser_navigate --url="<target-url>"
  3. Snapshot (preferred for interactions):
    • npx -y mcp-cmd call playwright browser_snapshot
  4. Interact using refs from snapshot:
    • npx -y mcp-cmd call playwright browser_click --element="Submit button" --ref="A1"
  5. Screenshot:
    • npx -y mcp-cmd call playwright browser_take_screenshot --filename="step1.png"
  6. Stop MCP server when done:
    • npx -y mcp-cmd stop playwright

Browser Automation (via mcp-cmd)

This workflow uses Playwright MCP through shell commands, not direct Playwright scripts.

  • Start MCP server once at the beginning and keep it running through the test flow.
  • Use: npx -y mcp-cmd tools playwright to discover all available operations and parameter schemas.

Testing Workflow

  1. Read LEARNINGS.md and plan test cases with expected outcomes.
  2. Execute each flow step-by-step.
  3. Capture screenshots at each significant state change.
  4. If behavior is wrong: diagnose, fix, and re-run until passing.
  5. Continue until all requested checks are complete.
  6. Update LEARNINGS.md with useful new learnings and clean up outdated guidance.

Best Practices

  • Prefer browser_snapshot for interaction planning.
  • Use browser_wait_for instead of fixed sleeps.
  • Organize screenshots by test case and step name.
  • Capture key steps as proof for reviewers.

Evidence Requirements

  • Every important claim should be backed by screenshots.
  • Include both successful and failure/fix verification states.
  • Use descriptive screenshot names that map to test steps.

Screenshot Storage

  • Raw MCP screenshots are typically written under /tmp/playwright-mcp-output/
  • Copy relevant screenshots to a repo-local evidence directory with descriptive filenames.

Required Output

When done, report:

  1. Pass/fail/fixed summary
  2. What was tested and outcomes
  3. Issues found and fixes applied
  4. Screenshot inventory
  5. Exact absolute screenshot directory path (required)

Cleanup (Mandatory)

Run these in order after tests complete:

  • npx -y mcp-cmd stop playwright
  • rm -f .mcp-cmd.json

If mcp-cmd stop fails, explicitly warn that manual cleanup may be needed.

Compétences associées

Looking for an alternative to playwright-e2e-tester or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur