pw-new-test
Installation
SKILL.md
Write a new Playwright E2E test based on the provided test steps.
Test steps: $ARGUMENTS
Never skip AskUserQuestion steps in this skill, even if told to work autonomously.
Instructions
1. Review existing test suite
Read all existing spec files in tests/ to understand:
- What is already covered (avoid duplicating tests)
- Which
test.describeblock and file the new test belongs in - The conventions used (naming, grouping, beforeEach patterns)
- Whether page objects or fixtures from
playwright-utils/are available and relevant