test-case-to-cypresslisted
Install: claude install-skill katalon-labs/true-skills
# Katalon Test Case To Cypress Spec
Use this skill to turn Katalon Platform/TestOps test cases into maintainable Cypress end-to-end specs. Prefer existing project patterns when a Cypress project already exists. Treat the human as a tool: ask concise questions whenever a required target, credential, repository, AUT detail, or test data value cannot be discovered safely.
## Workflow
```text
+-------------------+ --> +-------------------+ --> +---------------------+
| Resolve Katalon | | Read test cases | | Resolve project |
+-------------------+ +-------------------+ +---------------------+
|
v
+-------------------+ <-- +-------------------+ <-- +---------------------+
| Verify specs | | Write specs | | Map manual steps |
| + JUnit XML | | + custom commands | | to cy commands |
+-------------------+ +-------------------+ +---------------------+
```
## Availability Boundary
State the boundary before promising automation. It has three parts and none of them is optional.
**Available through Katalon MCP**
- Resolve context with `list_projects` and `list_repositories`.
- Read the source case with `find_test_cases` and `read_test_case`.
- Resolve a requirement key with `find_requirements`, `read_requirement`, and `find_test_cases_by_requirement`.
- Read platform-side suites with `find_test