automate-manual-test-cases
Installation
SKILL.md
Automate Manual Test Cases
Generate production-ready automated test scripts from manual test cases, reusing the project's existing framework, patterns, and components.
Checklist
Complete all steps in order:
- Analyze project architecture => detect framework (1.1), analyze conventions (1.2), find reusable components (1.3).
- Understand manual test => normalize input (2.1), handle ambiguous steps (2.2), detect inconsistencies (2.3).
- Write test code => implement using existing POM/patterns (3.1-3.2), add assertions (3.3), output code (3.4).
- Verify & heal => execute test (4.1), heal if fails: locators → timing → assertions → flow (4.2), max 3 attempts.
- Finalization => save test (5.1), manage test data & fixtures (5.2), run related tests and output summary (5.3).
Progress
- STEP: 1/5 (Analyze Project Architecture)
- Previous: (none)
- Next ➡️ Step 2: Understand Manual Test.