test-case-to-playwright

Converts manual Katalon Platform test cases into Playwright TypeScript scripts with Page Object Model and fixtures.

4|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/katalon-labs/true-skills --skill test-case-to-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-case-to-playwright
Source: https://github.com/katalon-labs/true-skills/tree/main/plugins/katalon-true-platform/skills/test-case-to-playwright
Command: npx skills add https://github.com/katalon-labs/true-skills --skill test-case-to-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill bridges the gap between manual testing workflows in Katalon Platform and automated execution in Playwright, eliminating the manual effort required to translate test steps into code.

Core Features & Use Cases

  • Automated Translation: Converts Katalon manual test cases, suites, or requirement-linked cases into structured Playwright TypeScript automation.
  • Framework Integration: Detects existing Playwright frameworks to apply Page Object Model and fixtures, or initializes a new framework if none is found.
  • Traceability: Maintains Katalon test case IDs within the generated code to ensure clear mapping between manual requirements and automated verification.

Quick Start

Ask the agent to convert the Katalon test cases linked to requirement CEL-6 into a new Playwright test suite using the Page Object Model.

Frequently Asked Questions about test-case-to-playwright

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Katalon test cases to Playwright scripts?

To convert Katalon test cases to Playwright scripts, you need an automation tool that retrieves manual test cases via Katalon MCP and translates them into maintainable TypeScript automation scripts. It automatically generates Page Object Model classes and test fixtures from the resolved Katalon test context.

What is the best way to generate Playwright TypeScript automation from manual test suites?

Generating Playwright TypeScript automation from manual test suites is best handled by translating Katalon test cases into structured code. This approach inspects existing project frameworks to apply Page Object Model patterns and maintains Katalon test case IDs for clear traceability.

Do I need Katalon MCP to translate Katalon test suites into Playwright?

Yes, you need Katalon MCP integration to translate Katalon test suites into Playwright. The MCP connection is required to resolve the Katalon test context and retrieve the manual test cases, suites, or requirement-linked cases for code generation.

Can I use an existing Playwright framework when converting Katalon test cases?

Yes, you can use an existing Playwright framework when converting Katalon test cases. The conversion process detects your current project frameworks to apply existing Page Object Model structures and fixtures, or it initializes a new framework if none is found.

How does traceability work when converting Katalon manual tests to Playwright automation?

Traceability works by embedding Katalon test case IDs directly within the generated Playwright TypeScript code. This ensures a clear, continuous mapping between your manual requirements in Katalon Platform and the automated verification scripts.

Does the generated Playwright TypeScript code follow standard linting conventions?

Yes, the generated Playwright TypeScript code adheres to established TypeScript linting and naming conventions. This ensures the translated automation scripts integrate smoothly into your existing project framework without introducing style conflicts.