create-acceptance-test

Installation
SKILL.md

Create Acceptance Test

Generate a ticket-driven acceptance test that validates specific acceptance criteria.


Workflow

  1. Parse the ticket key and description from the user's request (e.g., PROJ-456 bulk export)
  2. Check if a POM exists for the page under test in e2e/poms/
    • If yes, read it and add any new methods needed for this ticket's acceptance criteria
    • If no, create one first using the create-pom skill
  3. Check if test data exists — create or update as needed
  4. Create the spec file in e2e/tests/acceptance/
  5. Run the test to verify it passes:
    npx playwright test --project="chromium:acceptance" {TICKET}-{description}.spec.ts
    
Related skills
Installs
1
First Seen
Mar 31, 2026