← ClaudeAtlas

test-case-to-playwrightlisted

Convert Katalon True Platform/TestOps manual test cases, test suites, or requirement-linked cases into Playwright TypeScript automation. Use when you need to fetch/read Katalon Platform test cases and implement Playwright scripts, create or adapt a Playwright framework, apply Page Object Model and fixtures, or translate manual steps into meaningful automated test keywords.
katalon-labs/true-skills · ★ 3 · Testing & QA · score 67
Install: claude install-skill katalon-labs/true-skills
# Katalon Test Case To Playwright Script Use this skill to turn Katalon Platform/TestOps test cases into maintainable Playwright TypeScript automation. Prefer existing project patterns when a Playwright framework 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 framework | +-------------------+ +-------------------+ +---------------------+ | v +-------------------+ <-- +-------------------+ <-- +---------------------+ | Verify scripts | | Write automation | | Map manual steps | +-------------------+ +-------------------+ +---------------------+ ``` ## Katalon Source Resolve the Katalon context before writing code: - Use Katalon MCP tools when available to list projects, list repositories/Test Projects, find test suites, find test cases, and read each selected test case. - If the user gives a test suite, read the suite and every included test case before generating scripts. - If the user gives requirement keys, find requirement-linked cases first. - If MCP tools are unavailable or authentication fails, ask the user for exported test cases, ca