generate-tests
Installation
SKILL.md
Generate Tests
When to use
- After plan-tests has produced
test-plan.md - Once per scenario
- When running as part of
run-testing-sessionpipeline (Stage 4, per scenario)
Inputs
- Scenario name and section number (e.g., "1.1")
docs/playwright-spec-testing/test-plan.md— steps, assertions, file pathdocs/playwright-spec-testing/project-context.md— test conventions and reusable infrastructure
What it does
Write a Playwright test using ONLY selectors from the exploration report. No guessing. No invented selectors.