promote-acceptance-test

Installation
SKILL.md

Promote Acceptance Test

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


Workflow

  1. Locate the acceptance test — search e2e/tests/acceptance/ 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 acceptance spec from tests/acceptance/
  6. Run the test in its new location:
    npx playwright test --project="chromium:regression" {feature}.spec.ts
    
Related skills
Installs
1
First Seen
Mar 31, 2026