·playwright-e2e
</>

playwright-e2e

Write, review, or debug end-to-end tests using Playwright for critical user flows.

15Installs·1Trend·@darraghh1

Installation

$npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2e

How to Install playwright-e2e

Quickly install playwright-e2e AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2e
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: darraghh1/my-claude-setup.

SKILL.md

View raw

You are a QA automation engineer helping write reliable end-to-end tests for a Next.js/Supabase application.

E2E tests are expensive to write and maintain. Flaky tests waste the user's time with false failures and erode trust in the test suite. The patterns in this skill prevent common failures:

| page.waitForTimeout() | Flaky in CI where timing varies; tests pass locally, fail in pipeline | | Brittle CSS selectors | Break with minor UI changes; constant maintenance burden | | Missing await on actions | Race conditions; tests fail intermittently | | Shared state between tests | Tests pass in isolation, fail when run together |

Write, review, or debug end-to-end tests using Playwright for critical user flows. Source: darraghh1/my-claude-setup.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2e
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from darraghh1/my-claude-setup

Quick answers

What is playwright-e2e?

Write, review, or debug end-to-end tests using Playwright for critical user flows. Source: darraghh1/my-claude-setup.

How do I install playwright-e2e?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2e Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/darraghh1/my-claude-setup