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:

  1. Analyze project architecture => detect framework (1.1), analyze conventions (1.2), find reusable components (1.3).
  2. Understand manual test => normalize input (2.1), handle ambiguous steps (2.2), detect inconsistencies (2.3).
  3. Write test code => implement using existing POM/patterns (3.1-3.2), add assertions (3.3), output code (3.4).
  4. Verify & heal => execute test (4.1), heal if fails: locators → timing → assertions → flow (4.2), max 3 attempts.
  5. 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.
Installs
58
GitHub Stars
12
First Seen
Jun 5, 2026
automate-manual-test-cases — testomatio/skills