promote-handover-test

Installation
SKILL.md

Promote Handover Test

Move a completed handover test from tests/handover/ to tests/regression/ or tests/smoke/.


Workflow

  1. Locate the handover test — search e2e/tests/handover/ for the ticket key or file path
  2. Determine the target suite — regression (default) or smoke (if user specifies)
  3. Check for an existing spec in the target directory for the same feature
    • If one exists, merge the tests into the existing test.describe block
    • If not, create a new spec file
  4. Apply the promotion changes (see checklist below)
  5. Delete the original handover spec from tests/handover/
  6. Run the test in its new location:
    npx playwright test --project="chromium:regression" {feature}.spec.ts
    
Installs
43
GitHub Stars
9
First Seen
Apr 5, 2026
promote-handover-test — agentmantis/test-skills