What is playwright-e2e?
Write, review, or debug end-to-end tests using Playwright for critical user flows. Source: darraghh1/my-claude-setup.
Write, review, or debug end-to-end tests using Playwright for critical user flows.
Quickly install playwright-e2e AI skill to your development environment via command line
Source: darraghh1/my-claude-setup.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2eWrite, review, or debug end-to-end tests using Playwright for critical user flows. Source: darraghh1/my-claude-setup.
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
https://github.com/darraghh1/my-claude-setup