playwright-e2e이란?
중요한 사용자 흐름에 대해 Playwright를 사용하여 엔드투엔드 테스트를 작성, 검토 또는 디버그합니다. 출처: darraghh1/my-claude-setup.
중요한 사용자 흐름에 대해 Playwright를 사용하여 엔드투엔드 테스트를 작성, 검토 또는 디버그합니다.
명령줄에서 playwright-e2e AI 스킬을 개발 환경에 빠르게 설치
출처: 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 |
중요한 사용자 흐름에 대해 Playwright를 사용하여 엔드투엔드 테스트를 작성, 검토 또는 디버그합니다. 출처: darraghh1/my-claude-setup.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2e중요한 사용자 흐름에 대해 Playwright를 사용하여 엔드투엔드 테스트를 작성, 검토 또는 디버그합니다. 출처: darraghh1/my-claude-setup.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-e2e 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/darraghh1/my-claude-setup