Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/wojons/skills --skill testing-e2e명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | testing-e2e |
| description | Run end-to-end tests for complete user workflows |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","category":"testing"} |
Test complete user workflows from start to finish in a production-like environment.
Use this skill when:
# Run E2E tests with common frameworks
npm run test:e2e # Cypress, Playwright, Selenium
npx cypress run # Cypress specifically
npx playwright test # Playwright
pytest tests/e2e/ # Python with Selenium
# Run specific E2E test suites
npm run test:e2e -- --spec "cypress/e2e/login.cy.js"
npx playwright test login.spec.js
# Run with different browsers
npx playwright test --browser=all
npx cypress run --browser chrome
# Run with visual testing
npx playwright test --screenshot=on
End-to-End Test Results:
──────────────────────────────
✅ User Registration Flow
✓ Visit registration page
✓ Fill registration form
✓ Submit form successfully
✓ Verify confirmation email
✓ Login with new credentials
❌ Checkout Flow
✗ Add item to cart
✓ Proceed to checkout
✗ Payment processing fails (Timeout)
Error: Payment gateway timeout after 30s
⚠️ Account Settings
⚠️ Password change saves but email not sent
Summary: 12 scenarios, 9 passed, 2 failed, 1 warning
Test Duration: 4m 23s
SOC 직업 분류 기준